Add to Kit

A quick way to share your favorite products with your friends on Kit.

Add to Kit क्या है?

Add to Kit https://kit.co द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A quick way to share your favorite products with your friends on Kit."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Add to Kit एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Kit is a community to discover, discuss and buy interesting, useful things. On Kit, people create and share unique collections of their favorite products—grouped into kits—for activities like photography, traveling, cycling, and more. 

With this Chrome extension, you can quickly and easily add your favorite products to kits for your friends and followers to discover on Kit.com. 

Simply click on the Add to Kit button when you see a product you want to add and choose any of your kits. You can also create a new kit directly from the Chrome extension.

Add to Kit works on any site with products to buy, like Amazon, B & H Photo Video, Newegg, and more.

Try it out and let us know what you think! We can't wait to see all the great products you add to your kits.                    

एक्सटेंशन की मूल जानकारी

नाम Add to Kit Add to Kit
ID jcejnoocnfhjjchbcnlngidbmofkinpn
आधिकारिक URL https://chromewebstore.google.com/detail/add-to-kit/jcejnoocnfhjjchbcnlngidbmofkinpn
विवरण A quick way to share your favorite products with your friends on Kit.
फ़ाइल का आकार 987 KB
स्थापना संख्या 1,374
वर्तमान संस्करण 0.0.7
अंतिम अपडेट 2021-05-02
प्रकाशन तिथि 2019-12-06
रेटिंग 4.13/5 कुल 8 रेटिंग्स
डेवलपर https://kit.co
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://kit.co
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.0.7",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "19": "images\/icon-19.png",
        "38": "images\/icon-38.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "author": "Kit.co",
    "homepage_url": "https:\/\/kit.co",
    "background": {
        "scripts": [
            "scripts\/chromereload.js",
            "scripts\/background.js"
        ]
    },
    "permissions": [
        "activeTab",
        "cookies",
        "http:\/\/localhost:5000\/",
        "https:\/\/*.kit.co\/"
    ],
    "web_accessible_resources": [
        "styles\/contentscript.css",
        "template\/addProductDialog.tpl.html"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [],
            "js": [
                "scripts\/documentstart.js"
            ],
            "run_at": "document_start",
            "all_frames": false
        },
        {
            "matches": [
                "*:\/\/*.amazon.com\/*\/**"
            ],
            "css": [
                "styles\/amazon_handler.css"
            ],
            "js": [
                "scripts\/amazon_handler.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_matches": [
                "*:\/\/*\/_\/chrome\/newtab*"
            ],
            "css": [
                "styles\/contentscript.css"
            ],
            "js": [
                "bower_components\/underscore\/underscore-min.js",
                "bower_components\/fingerprintjs2\/dist\/fingerprint2.min.js",
                "bower_components\/angular\/angular.min.js",
                "bower_components\/angular-resource\/angular-resource.min.js",
                "scripts\/kitExtensionApp.js",
                "scripts\/contentscript.js"
            ],
            "web_accessible_resources": [
                "template\/addProductDialog.tpl.html"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "Add this product to Kit"
    }
}