Seller-Pulse Chrome Extension
Retrieve amazon pages
Wat is Seller-Pulse Chrome Extension?
Seller-Pulse Chrome Extension is een Chrome-extensie ontwikkeld door eloufirjawad, en de belangrijkste functie is "Retrieve amazon pages".
Extensie Screenshots
Download het CRX-bestand van de extensie Seller-Pulse Chrome Extension
Download Seller-Pulse Chrome Extension-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
Basisinformatie over de Extensie
Naam | Seller-Pulse Chrome Extension |
ID | clmkcjjhaffambicjjmkehiebgckddaf |
Officiële URL | https://chromewebstore.google.com/detail/seller-pulse-chrome-exten/clmkcjjhaffambicjjmkehiebgckddaf |
Beschrijving | Retrieve amazon pages |
Bestandsgrootte | 17.16 KB |
Aantal Installaties | 1,536 |
Huidige Versie | 2.1 |
Laatst Bijgewerkt | 2018-03-06 |
Publicatiedatum | 2018-03-06 |
Beoordeling | 5.00/5 Totaal 8 Beoordelingen |
Ontwikkelaar | eloufirjawad |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://www.seller-pulse.com/app/tou/tou_en.html |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Seller-Pulse Chrome Extension", "version": "2.1", "manifest_version": 2, "description": "Retrieve amazon pages", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "launcher.js" ] }, "browser_action": { "default_icon": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } }, "permissions": [ "https:\/\/www.amazon.com\/*", "https:\/\/www.amazon.co.uk\/*", "https:\/\/www.amazon.ca\/*", "https:\/\/www.amazon.fr\/*", "https:\/\/www.amazon.it\/*", "https:\/\/www.amazon.de\/*", "https:\/\/www.amazon.es\/*" ] } |