Yet Another Speed Dial:
Enterprise Deployment Guide

Extension: Yet Another Speed Dial (YASD) Updated: July 2026
Extension IDs:
Chrome: imohnlganmafcmidafklgkgfgaagiohn
Edge: kachajgmekhiajhbbfpfhbmonmpnpiee

1. Overview

YASD is a productivity-focused browser extension that replaces the new tab page with a customizable, visual dashboard to help users access and manage their bookmarks. YASD is open source, manifest-v3, and compliant with GDPR and CCPA. All data resides locally on device. To learn more see yetanotherspeeddial.com

2. Administrator Info

For managed Chrome and Edge environments, YASD can be allowlisted via the following ExtensionSettings policies:

2.1 Chrome Extension Settings (JSON)

{
    "imohnlganmafcmidafklgkgfgaagiohn": {
        "installation_mode": "allowed",
        "toolbar_pin": "force_pinned"
    }
}

2.2 Edge Extension Settings (JSON)

{
    "kachajgmekhiajhbbfpfhbmonmpnpiee": {
        "installation_mode": "allowed",
        "toolbar_pin": "force_pinned"
    }
}

3. Permissions Overview

3.1 Read and Modify Bookmarks (bookmarks)

  • Purpose: YASD utilizes the native Chrome Bookmarks API as its primary database. This allows for seamless integration with existing organizational bookmarks. If the extension is removed, the data remains accessible as standard browser bookmarks.

3.2 Host Permissions Access for All URLs (tabs, <all_urls>)

  • Purpose: Whenever a user adds a new bookmark, a thumbnail image is generated for the site. YASD will capture Open Graph, Favicon, and screenshot images for the bookmark.

3.3 Store Unlimited Client-Side Data (unlimitedStorage)

  • Purpose: Images are saved in local storage which is limited to 5MB by default.

4. Privacy Policy

No user data is collected, sold, or shared by YASD for any reason.

5. Contact Information