Add to Babylist Button

Add items to your Babylist registry from any store.

What is Add to Babylist Button?

Add to Babylist Button is a Chrome extension developed by https://babylist.com, and its main feature is "Add items to your Babylist registry from any store.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Add to Babylist Button Extension CRX File

Download Add to Babylist Button extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        With this extension, you can add anything you like to your Babylist registry while browsing all of your favorite online stores.                    

Extension Basic Information

Name Add to Babylist Button Add to Babylist Button
ID jcmljanephecacpljcpiogonhhadfpda
Official URL https://chromewebstore.google.com/detail/add-to-babylist-button/jcmljanephecacpljcpiogonhhadfpda
Description Add items to your Babylist registry from any store.
File Size 23.06 KB
Installation Count 33,338
Current Version 2.6.0
Last Updated 2024-01-23
Publish Date 2019-01-17
Rating 4.17/5 Total 23 Ratings
Developer https://babylist.com
Email [email protected]
Payment Type free
Extension Website https://www.babylist.com/
Help Page URL https://www.babylist.com/help
Privacy Policy Page URL https://www.babylist.com/privacy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_title": "Add to Babylist Button",
        "default_icon": "assets\/icon-128.png"
    },
    "icons": {
        "16": "assets\/icon-16.png",
        "48": "assets\/icon-48.png",
        "128": "assets\/icon-128.png"
    },
    "name": "Add to Babylist Button",
    "description": "Add items to your Babylist registry from any store.",
    "homepage_url": "https:\/\/www.babylist.com",
    "permissions": [
        "activeTab",
        "cookies",
        "declarativeNetRequest",
        "webRequest",
        "*:\/\/*.babylist.com\/*"
    ],
    "version": "2.6.0",
    "manifest_version": 2
}