zeeplook

Scraps products from www.amazon.com.

Cos'è zeeplook?

zeeplook è un'estensione di Chrome sviluppata da info, e la sua funzione principale è "Scraps products from www.amazon.com.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione zeeplook

Scarica i file di estensione zeeplook in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        - Amazon product search tools
- Checking product approval from seller central                    

Informazioni di Base sull'Estensione

Nome zeeplook zeeplook
ID pmnoclbagjcdbjkfdefafahpnmlflhhb
URL Ufficiale https://chromewebstore.google.com/detail/zeeplook/pmnoclbagjcdbjkfdefafahpnmlflhhb
Descrizione Scraps products from www.amazon.com.
Dimensione del File 25.76 KB
Conteggio Installazioni 71
Versione Corrente 1.2
Ultimo Aggiornamento 2022-09-30
Data di Pubblicazione 2022-09-25
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore info
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://zeeplook.com/home
URL della Pagina di Aiuto https://zeeplook.com/home
URL della Pagina della Politica sulla Privacy https://zeeplook.notion.site/zeeplook/Privacy-Policy-d14515fbe5b44944969067556b1363f6
Lingue Supportate en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "zeeplook",
    "default_locale": "en",
    "manifest_version": 3,
    "version": "1.2",
    "author": [
        {
            "name": "RadMirXAn",
            "email": "[email protected]"
        }
    ],
    "description": "__MSG_extension_description__",
    "homepage_url": "https:\/\/zeeplook.com\/home",
    "icons": {
        "16": ".\/logo\/16.png",
        "32": ".\/logo\/32.png",
        "48": ".\/logo\/48.png",
        "128": ".\/logo\/128.png"
    },
    "action": {
        "default_icon": ".\/logo\/128.png",
        "default_title": "zeeplook",
        "default_popup": "popup\/main\/index.html"
    },
    "permissions": [
        "tabs",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/www.amazon.com\/*",
        "https:\/\/sellercentral.amazon.com\/productsearch\/v2\/search*",
        "https:\/\/sellercentral.amazon.com\/ap\/signin*",
        "https:\/\/zeeplook.com\/home"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.amazon.com\/*",
                "https:\/\/www.amazon.com\/*\/dp\/*\/*",
                "https:\/\/sellercentral.amazon.com\/productsearch\/v2\/search*",
                "https:\/\/sellercentral.amazon.com\/product-search\/search*",
                "https:\/\/sellercentral.amazon.com\/ap\/signin*",
                "https:\/\/sellercentral.amazon.com\/hz\/approvalrequest\/restrictions\/approve*",
                "https:\/\/sellercentral.amazon.com\/hz\/approvalrequest\/approve*",
                "https:\/\/sellercentral.amazon.com\/hz\/approvalrequest*"
            ],
            "js": [
                "sellercentral.amazon.com\/main.js"
            ]
        },
        {
            "matches": [
                "https:\/\/zeeplook.com\/home"
            ],
            "js": [
                "zeeplook.com\/home\/main.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*"
            ],
            "matches": [
                "https:\/\/www.amazon.com\/*"
            ],
            "extension_ids": [],
            "use_dynamic_url": true
        }
    ]
}