zeeplook

Scraps products from www.amazon.com.

What is zeeplook?

zeeplook is a Chrome extension developed by info, and its main feature is "Scraps products from www.amazon.com.".

Extension Screenshots

screenshot

Download zeeplook Extension CRX File

Download zeeplook 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

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

Extension Basic Information

Name zeeplook zeeplook
ID pmnoclbagjcdbjkfdefafahpnmlflhhb
Official URL https://chromewebstore.google.com/detail/zeeplook/pmnoclbagjcdbjkfdefafahpnmlflhhb
Description Scraps products from www.amazon.com.
File Size 25.76 KB
Installation Count 71
Current Version 1.2
Last Updated 2022-09-30
Publish Date 2022-09-25
Rating 5.00/5 Total 1 Ratings
Developer info
Email [email protected]
Payment Type free
Extension Website https://zeeplook.com/home
Help Page URL https://zeeplook.com/home
Privacy Policy Page URL https://zeeplook.notion.site/zeeplook/Privacy-Policy-d14515fbe5b44944969067556b1363f6
Supported Languages 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
        }
    ]
}