Asin Gadget

ASIN Gadget will check these items when on the Amazon product page: Product Restrictions, Hazardous Status, and Meltable status.

Vad är Asin Gadget?

Asin Gadget är en Chrome-tillägg utvecklad av https://oahunt.com, och dess huvudfunktion är "ASIN Gadget will check these items when on the Amazon product page: Product Restrictions, Hazardous Status, and Meltable status.".

Tilläggsskärmbilder

screenshot

Ladda ner Asin Gadget-förlängningens CRX-fil

Ladda ner Asin Gadget-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        ASIN Gadget is the multi-function tool you didn't know you needed to help you source for your FBA business. 

Now there are 3 versions of ASIN Gadget:
Free Version- Replaces RevROI & OA Roulette. Totally FREE!

Basic Version - Includes checking restrictions, hazmat, meltable status, ASIN copy, Customizable context menu search, import/export settings. Basic version is a one time purchase. 

PRO Version- Everything above, PLUS...Keepa API integration, Search page display, One click export thousands of ASINS and storefront URL's, Source Site check for peace of mind (includes Norton Safeweb, Trustpilot & Scam Adviser reviews), Merge multiple CSV's into one, Storefront Roulette, Google Blocklist to avoid sites you don't want to source from, RevROI credit card and airline miles checks.... plus EVERY future feature we add. 
Pro is an annual subscription & is priced lower than it should be!

Free & Basic will work on .com .au .mx .uk .ae .de and .ca!
PRO is not guaranteed to work outside of US & CA                    

Grundläggande Information om Tillägg

Namn Asin Gadget Asin Gadget
ID okchldnojljcfhjhjmeibjpflepmnkaf
Officiell webbadress https://chromewebstore.google.com/detail/asin-gadget/okchldnojljcfhjhjmeibjpflepmnkaf
Beskrivning ASIN Gadget will check these items when on the Amazon product page: Product Restrictions, Hazardous Status, and Meltable status.
Filstorlek 981 KB
Antal Installationer 6,747
Aktuell Version 11.1
Senast Uppdaterad 2024-02-26
Publiceringsdatum 2021-04-13
Betyg 4.84/5 Totalt 49 Betyg
Utvecklare https://oahunt.com
E-post [email protected]
Betalningssätt in_app
Tilläggswebbplats https://www.oahunt.com
Hjälpsida URL https://www.oahunt.com/contact
URL till Sekretesspolicy Sidan https://oahunt.com/page/privacy-policy
Stödda Språk en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Asin Gadget",
    "short_name": "Asin Gadget",
    "version": "11.1",
    "manifest_version": 3,
    "description": "ASIN Gadget will check these items when on the Amazon product page: Product Restrictions, Hazardous Status, and Meltable status.",
    "icons": {
        "128": "icons\/128.png",
        "256": "icons\/256.png"
    },
    "action": {
        "default_icon": "icons\/128.png",
        "default_title": "Asin Gadget",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.amazon.com\/*",
                "*:\/\/*.amazon.ca\/*",
                "*:\/\/*.amazon.co.uk\/*",
                "*:\/\/*.amazon.com.au\/*",
                "*:\/\/*.amazon.com.mx\/*",
                "*:\/\/*.amazon.ae\/*",
                "*:\/\/*.amazon.de\/*"
            ],
            "css": [
                "css\/style.css"
            ],
            "js": [
                "src\/browser_action\/js\/angular.min.js",
                "js\/jquery.min.js",
                "js\/script.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/docs.google.com\/spreadsheets\/*"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/jquery-ui.min.js",
                "js\/sheet.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "*:\/\/*.google.co.jp\/*",
                "*:\/\/*.google.com\/*",
                "*:\/\/*.google.ac\/*",
                "*:\/\/*.google.ad\/*",
                "*:\/\/*.google.com.af\/*",
                "*:\/\/*.google.com.ag\/*",
                "*:\/\/*.google.com.ai\/*",
                "*:\/\/*.google.am\/*",
                "*:\/\/*.google.it.ao\/*",
                "*:\/\/*.google.com.ar\/*",
                "*:\/\/*.google.as\/*",
                "*:\/\/*.google.at\/*",
                "*:\/\/*.google.com.au\/*",
                "*:\/\/*.google.az\/*",
                "*:\/\/*.google.ba\/*",
                "*:\/\/*.google.com.bd\/*",
                "*:\/\/*.google.be\/*",
                "*:\/\/*.google.bf\/*",
                "*:\/\/*.google.bg\/*",
                "*:\/\/*.google.com.bh\/*",
                "*:\/\/*.google.bi\/*",
                "*:\/\/*.google.bj\/*",
                "*:\/\/*.google.com.bn\/*",
                "*:\/\/*.google.com.bo\/*",
                "*:\/\/*.google.com.br\/*",
                "*:\/\/*.google.bs\/*",
                "*:\/\/*.google.co.bw\/*",
                "*:\/\/*.google.com.by\/*",
                "*:\/\/*.google.by\/*",
                "*:\/\/*.google.com.bz\/*",
                "*:\/\/*.google.ca\/*",
                "*:\/\/*.google.com.kh\/*",
                "*:\/\/*.google.cc\/*",
                "*:\/\/*.google.cd\/*",
                "*:\/\/*.google.cf\/*",
                "*:\/\/*.google.cat\/*",
                "*:\/\/*.google.cg\/*",
                "*:\/\/*.google.ch\/*",
                "*:\/\/*.google.ci\/*",
                "*:\/\/*.google.co.ck\/*",
                "*:\/\/*.google.cl\/*",
                "*:\/\/*.google.cm\/*",
                "*:\/\/*.google.cn\/*",
                "*:\/\/*.google.com.co\/*",
                "*:\/\/*.google.co.cr\/*",
                "*:\/\/*.google.com.cu\/*",
                "*:\/\/*.google.cv\/*",
                "*:\/\/*.google.com.cy\/*",
                "*:\/\/*.google.cz\/*",
                "*:\/\/*.google.de\/*",
                "*:\/\/*.google.dj\/*",
                "*:\/\/*.google.dk\/*",
                "*:\/\/*.google.dm\/*",
                "*:\/\/*.google.com.do\/*",
                "*:\/\/*.google.dz\/*",
                "*:\/\/*.google.com.ec\/*",
                "*:\/\/*.google.ee\/*",
                "*:\/\/*.google.com.eg\/*",
                "*:\/\/*.google.es\/*",
                "*:\/\/*.google.com.et\/*",
                "*:\/\/*.google.fi\/*",
                "*:\/\/*.google.com.fj\/*",
                "*:\/\/*.google.fm\/*",
                "*:\/\/*.google.fr\/*",
                "*:\/\/*.google.ga\/*",
                "*:\/\/*.google.gd\/*",
                "*:\/\/*.google.ge\/*",
                "*:\/\/*.google.gf\/*",
                "*:\/\/*.google.gg\/*",
                "*:\/\/*.google.com.gh\/*",
                "*:\/\/*.google.com.gi\/*",
                "*:\/\/*.google.gl\/*",
                "*:\/\/*.google.gm\/*",
                "*:\/\/*.google.gp\/*",
                "*:\/\/*.google.gr\/*",
                "*:\/\/*.google.com.gt\/*",
                "*:\/\/*.google.gy\/*",
                "*:\/\/*.google.com.hk\/*",
                "*:\/\/*.google.hn\/*",
                "*:\/\/*.google.hr\/*",
                "*:\/\/*.google.ht\/*",
                "*:\/\/*.google.hu\/*",
                "*:\/\/*.google.co.id\/*",
                "*:\/\/*.google.iq\/*",
                "*:\/\/*.google.ie\/*",
                "*:\/\/*.google.co.il\/*",
                "*:\/\/*.google.im\/*",
                "*:\/\/*.google.co.in\/*",
                "*:\/\/*.google.io\/*",
                "*:\/\/*.google.is\/*",
                "*:\/\/*.google.it\/*",
                "*:\/\/*.google.je\/*",
                "*:\/\/*.google.com.jm\/*",
                "*:\/\/*.google.jo\/*",
                "*:\/\/*.google.co.ke\/*",
                "*:\/\/*.google.com.kh\/*",
                "*:\/\/*.google.ki\/*",
                "*:\/\/*.google.kg\/*",
                "*:\/\/*.google.co.kr\/*",
                "*:\/\/*.google.com.kw\/*",
                "*:\/\/*.google.kz\/*",
                "*:\/\/*.google.la\/*",
                "*:\/\/*.google.com.lb\/*",
                "*:\/\/*.google.com.lc\/*",
                "*:\/\/*.google.li\/*",
                "*:\/\/*.google.lk\/*",
                "*:\/\/*.google.co.ls\/*",
                "*:\/\/*.google.lt\/*",
                "*:\/\/*.google.lu\/*",
                "*:\/\/*.google.lv\/*",
                "*:\/\/*.google.com.ly\/*",
                "*:\/\/*.google.co.ma\/*",
                "*:\/\/*.google.md\/*",
                "*:\/\/*.google.me\/*",
                "*:\/\/*.google.mg\/*",
                "*:\/\/*.google.mk\/*",
                "*:\/\/*.google.ml\/*",
                "*:\/\/*.google.mn\/*",
                "*:\/\/*.google.ms\/*",
                "*:\/\/*.google.com.mt\/*",
                "*:\/\/*.google.mu\/*",
                "*:\/\/*.google.mv\/*",
                "*:\/\/*.google.mw\/*",
                "*:\/\/*.google.com.mx\/*",
                "*:\/\/*.google.com.my\/*",
                "*:\/\/*.google.co.mz\/*",
                "*:\/\/*.google.com.na\/*",
                "*:\/\/*.google.ne\/*",
                "*:\/\/*.google.com.nf\/*",
                "*:\/\/*.google.com.ng\/*",
                "*:\/\/*.google.com.ni\/*",
                "*:\/\/*.google.nl\/*",
                "*:\/\/*.google.no\/*",
                "*:\/\/*.google.com.np\/*",
                "*:\/\/*.google.nr\/*",
                "*:\/\/*.google.nu\/*",
                "*:\/\/*.google.co.nz\/*",
                "*:\/\/*.google.com.om\/*",
                "*:\/\/*.google.com.pa\/*",
                "*:\/\/*.google.com.pe\/*",
                "*:\/\/*.google.com.ph\/*",
                "*:\/\/*.google.com.pk\/*",
                "*:\/\/*.google.pl\/*",
                "*:\/\/*.google.pn\/*",
                "*:\/\/*.google.com.pr\/*",
                "*:\/\/*.google.ps\/*",
                "*:\/\/*.google.pt\/*",
                "*:\/\/*.google.com.py\/*",
                "*:\/\/*.google.com.qa\/*",
                "*:\/\/*.google.ro\/*",
                "*:\/\/*.google.rs\/*",
                "*:\/\/*.google.ru\/*",
                "*:\/\/*.google.rw\/*",
                "*:\/\/*.google.com.sa\/*",
                "*:\/\/*.google.com.sb\/*",
                "*:\/\/*.google.sc\/*",
                "*:\/\/*.google.se\/*",
                "*:\/\/*.google.com.sg\/*",
                "*:\/\/*.google.sh\/*",
                "*:\/\/*.google.si\/*",
                "*:\/\/*.google.sk\/*",
                "*:\/\/*.google.com.sl\/*",
                "*:\/\/*.google.sn\/*",
                "*:\/\/*.google.sm\/*",
                "*:\/\/*.google.so\/*",
                "*:\/\/*.google.st\/*",
                "*:\/\/*.google.com.sv\/*",
                "*:\/\/*.google.td\/*",
                "*:\/\/*.google.tg\/*",
                "*:\/\/*.google.co.th\/*",
                "*:\/\/*.google.com.tj\/*",
                "*:\/\/*.google.tk\/*",
                "*:\/\/*.google.tl\/*",
                "*:\/\/*.google.tm\/*",
                "*:\/\/*.google.to\/*",
                "*:\/\/*.google.com.tn\/*",
                "*:\/\/*.google.com.tr\/*",
                "*:\/\/*.google.tt\/*",
                "*:\/\/*.google.com.tw\/*",
                "*:\/\/*.google.co.tz\/*",
                "*:\/\/*.google.com.ua\/*",
                "*:\/\/*.google.co.ug\/*",
                "*:\/\/*.google.ae\/*",
                "*:\/\/*.google.co.uk\/*",
                "*:\/\/*.google.us\/*",
                "*:\/\/*.google.com.uy\/*",
                "*:\/\/*.google.co.uz\/*",
                "*:\/\/*.google.com.vc\/*",
                "*:\/\/*.google.co.ve\/*",
                "*:\/\/*.google.vg\/*",
                "*:\/\/*.google.co.vi\/*",
                "*:\/\/*.google.com.vn\/*",
                "*:\/\/*.google.vu\/*",
                "*:\/\/*.google.ws\/*",
                "*:\/\/*.google.co.za\/*",
                "*:\/\/*.google.co.zm\/*",
                "*:\/\/*.google.co.zw\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "js\/jquery.min.js",
                "js\/g_content_script.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.cashbackmonitor.com\/go-to\/*?asingadget=true"
            ],
            "js": [
                "js\/cashback.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "storage",
        "contextMenus",
        "tabs",
        "declarativeNetRequest",
        "scripting",
        "activeTab",
        "identity",
        "identity.email"
    ],
    "host_permissions": [
        "https:\/\/script.google.com\/*",
        "https:\/\/app.oaroulette.com\/asingadget",
        "https:\/\/plugin.myip.ms\/*",
        "*:\/\/*.whois.com\/*",
        "*:\/\/safeweb.norton.com\/*",
        "https:\/\/www.cashbackmonitor.com\/*",
        "https:\/\/www.cardbear.com\/*",
        "*:\/\/*.trustpilot.com\/*",
        "*:\/\/*.scamadviser.com\/*",
        "http:\/\/revroi.oaroulette.com\/*",
        "https:\/\/api.scampredictor.com\/*",
        "https:\/\/oahunt.com\/api\/asin\/customer"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "1",
                "enabled": true,
                "path": "js\/rules.json"
            }
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/*",
                "src\/browser_action\/browser_action.html",
                "src\/browser_action\/template.html",
                "src\/browser_action\/template2.html"
            ],
            "matches": [
                ""
            ]
        }
    ]
}