Amazon Product Research Tool by Sellergyan
This extension will help an Amazon seller do research on product data and grow their business
什麼是Amazon Product Research Tool by Sellergyan?
Amazon Product Research Tool by Sellergyan是由http://www.sellergyan.com開發的Chrome擴展程式,該擴展的主要功能是“This extension will help an Amazon seller do research on product data and grow their business”。
擴展截圖
下載Amazon Product Research Tool by Sellergyan擴展crx文件
下載Amazon Product Research Tool by Sellergyan擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension will help an Amazon seller do research on product data and grow their business. This extension supports all the marketplaces of Amazon. Powered by Seller gyan
擴展基本資訊
名稱 | |
ID | gjbnckfcmkgdklfglokdcmhkngmlbimm |
官方網址 | https://chrome.google.com/webstore/detail/amazon-product-research-t/gjbnckfcmkgdklfglokdcmhkngmlbimm |
簡介 | This extension will help an Amazon seller do research on product data and grow their business |
檔案大小 | 145 KB |
安裝次數 | 87 |
目前版本 | 1.4 |
更新時間 | 2019-06-25 |
上架時間 | 2019-06-25 |
評分 | 5.00/5 共 2 次評分 |
開發者 | http://www.sellergyan.com |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Amazon Product Research Tool by Sellergyan", "short_name": "Amazon Product Research Tool", "page_action": { "default_title": "Amazon Product Research Tool by Sellergyan", "default_popup": "count.html" }, "icons": { "16": ".\/images\/icon16.png", "48": ".\/images\/icon48.png", "128": ".\/images\/icon128.png" }, "background": { "persistent": false, "scripts": [ "js\/background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/www.amazon.co.uk\/s?*", "https:\/\/www.amazon.es\/s?*", "https:\/\/www.amazon.com.mx\/s?*", "https:\/\/www.amazon.co.jp\/s?*", "https:\/\/www.amazon.it\/s?*", "https:\/\/www.amazon.de\/s?*", "https:\/\/www.amazon.fr\/s?*", "https:\/\/www.amazon.cn\/s?*", "https:\/\/www.amazon.ca\/s?*", "https:\/\/www.amazon.com.br\/s?*", "https:\/\/www.amazon.com.au\/s?*", "https:\/\/www.amazon.com\/s?*", "https:\/\/www.amazon.ae\/s?*", "https:\/\/www.amazon.in\/s*", "https:\/\/www.amazon.in\/gp\/search\/*", "https:\/\/www.amazon.in\/s?*" ], "js": [ "js\/content.js", "js\/jquery.js" ], "run_at": "document_idle", "all_frames": false } ], "version": "1.4", "description": "This extension will help an Amazon seller do research on product data and grow their business", "permissions": [ "https:\/\/www.amazon.co.uk\/*", "https:\/\/www.amazon.es\/*", "https:\/\/www.amazon.com.mx\/*", "https:\/\/www.amazon.it\/*", "https:\/\/www.amazon.de\/*", "https:\/\/www.amazon.fr\/*", "https:\/\/www.amazon.cn\/*", "https:\/\/www.amazon.in\/*", "https:\/\/www.amazon.ca\/*", "https:\/\/www.amazon.ae\/*", "https:\/\/www.amazon.com.br\/*", "https:\/\/www.amazon.com.au\/*", "https:\/\/www.amazon.com\/*", "https:\/\/www.sellergyan.com\/*", "https:\/\/www.googletagmanager.com\/*" ] } |