ID Grabber

Grab ASIN/Product IDs from Amazon, Costco and Walmart

ID Grabber क्या है?

ID Grabber xylude द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Grab ASIN/Product IDs from Amazon, Costco and Walmart"।

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

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

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

                        This extension will grab ASIN/Product IDs from Amazon, WalMart and Costco for use with various drop shipping services. It is lightweight, has low permissions and doesn't require any logins to third-party services.

If you find any issues with this extension, please submit an issue on the github for this project here:
https://github.com/xylude/id-grabber/issues                    

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

नाम ID Grabber ID Grabber
ID limdokdgfgcalepbjabnimcdiakbkjho
आधिकारिक URL https://chromewebstore.google.com/detail/id-grabber/limdokdgfgcalepbjabnimcdiakbkjho
विवरण Grab ASIN/Product IDs from Amazon, Costco and Walmart
फ़ाइल का आकार 214 KB
स्थापना संख्या 98
वर्तमान संस्करण 0.0.3
अंतिम अपडेट 2018-07-06
प्रकाशन तिथि 2018-07-06
डेवलपर xylude
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ID Grabber",
    "version": "0.0.3",
    "description": "Grab ASIN\/Product IDs from Amazon, Costco and Walmart",
    "manifest_version": 2,
    "permissions": [
        "declarativeContent",
        "storage",
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "images\/icon-16.png",
            "32": "images\/icon-32.png",
            "48": "images\/icon-48.png",
            "128": "images\/icon-128.png"
        }
    },
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    }
}