Seller-Pulse Chrome Extension
Retrieve amazon pages
What is Seller-Pulse Chrome Extension?
Seller-Pulse Chrome Extension is a Chrome extension developed by eloufirjawad, and its main feature is "Retrieve amazon pages".
Extension Screenshots
Download Seller-Pulse Chrome Extension Extension CRX File
Download Seller-Pulse Chrome Extension 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
Extension Basic Information
Name | Seller-Pulse Chrome Extension |
ID | clmkcjjhaffambicjjmkehiebgckddaf |
Official URL | https://chromewebstore.google.com/detail/seller-pulse-chrome-exten/clmkcjjhaffambicjjmkehiebgckddaf |
Description | Retrieve amazon pages |
File Size | 17.16 KB |
Installation Count | 1,536 |
Current Version | 2.1 |
Last Updated | 2018-03-06 |
Publish Date | 2018-03-06 |
Rating | 5.00/5 Total 8 Ratings |
Developer | eloufirjawad |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://www.seller-pulse.com/app/tou/tou_en.html |
Supported Languages | 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\/*" ] } |