Amazon Keyword Harvester PRO and Reverse ASIN
Amazon Keyword Harvester PRO and Reverse ASIN
什麼是Amazon Keyword Harvester PRO and Reverse ASIN?
Amazon Keyword Harvester PRO and Reverse ASIN是由http://zonwords.com開發的Chrome擴展程式,該擴展的主要功能是“Amazon Keyword Harvester PRO and Reverse ASIN”。
擴展截圖
下載Amazon Keyword Harvester PRO and Reverse ASIN擴展crx文件
下載Amazon Keyword Harvester PRO and Reverse ASIN擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Smart Reverse ASIN lookup and Amazon Long Tail Keyword Harvester... FREE!
Harvest the keywords from your competitors! 擴展基本資訊
| 名稱 | |
| ID | jghikjckmfoijhacdiajmehdoblajlgh |
| 官方網址 | https://chrome.google.com/webstore/detail/amazon-keyword-harvester/jghikjckmfoijhacdiajmehdoblajlgh |
| 簡介 | Amazon Keyword Harvester PRO and Reverse ASIN |
| 檔案大小 | 1007 KB |
| 安裝次數 | 35 |
| 目前版本 | 0.3 |
| 更新時間 | 2019-04-02 |
| 上架時間 | 2019-04-02 |
| 開發者 | http://zonwords.com |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 隱私政策頁面URL | https://zonwords.com/privacy.php |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Amazon Keyword Harvester PRO and Reverse ASIN",
"short_name": "Reverse ASIN",
"version": "0.3",
"manifest_version": 2,
"description": "Amazon Keyword Harvester PRO and Reverse ASIN",
"icons": {
"16": "images\/icon-16.png",
"128": "images\/icon-128.png"
},
"default_locale": "en",
"permissions": [
"tabs",
"contentSettings",
"cookies",
"storage",
"*:\/\/advertising.amazon.com\/*",
"*:\/\/www.amazon.com\/*"
],
"options_ui": {
"page": "options.html",
"chrome_style": true
},
"content_scripts": [
{
"matches": [
"*:\/\/advertising.amazon.com\/*",
"*:\/\/www.amazon.com\/*"
],
"js": [
"scripts\/contentscript.js"
]
}
],
"background": {
"scripts": [
"scripts\/background.js"
],
"persistent": false
},
"content_security_policy": "script-src 'self' https:\/\/connect.facebook.net\/; object-src 'self'",
"browser_action": {
"default_icon": {
"19": "images\/icon-19.png",
"38": "images\/icon-38.png"
},
"default_title": "Amazon Keyword Harvester PRO and Reverse ASIN"
}
} | |