zeeplook
Scraps products from www.amazon.com.
Wat is zeeplook?
zeeplook is een Chrome-extensie ontwikkeld door info, en de belangrijkste functie is "Scraps products from www.amazon.com.".
Extensie Screenshots
Download het CRX-bestand van de extensie zeeplook
Download zeeplook-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
- Amazon product search tools - Checking product approval from seller central
Basisinformatie over de Extensie
Naam | zeeplook |
ID | pmnoclbagjcdbjkfdefafahpnmlflhhb |
Officiële URL | https://chromewebstore.google.com/detail/zeeplook/pmnoclbagjcdbjkfdefafahpnmlflhhb |
Beschrijving | Scraps products from www.amazon.com. |
Bestandsgrootte | 25.76 KB |
Aantal Installaties | 71 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2022-09-30 |
Publicatiedatum | 2022-09-25 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | info |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://zeeplook.com/home |
Help Pagina-URL | https://zeeplook.com/home |
URL van de Privacybeleid Pagina | https://zeeplook.notion.site/zeeplook/Privacy-Policy-d14515fbe5b44944969067556b1363f6 |
Ondersteunde Talen | 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 } ] } |