Legendary Seller Keyword Finder
Legendary Seller Keyword Finder Extension for Google Chrome
什麼是Legendary Seller Keyword Finder?
Legendary Seller Keyword Finder是由https://legendaryseller.com開發的Chrome擴展程式,該擴展的主要功能是“Legendary Seller Keyword Finder Extension for Google Chrome”。
擴展截圖
下載Legendary Seller Keyword Finder擴展crx文件
下載Legendary Seller Keyword Finder擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Legendary Seller Keyword Finder is a tool for those on LegendarySeller.com with an account. Go to sign-up at LegendarySeller.com to get an account. 擴展基本資訊
| 名稱 | |
| ID | fdedlfmbbkkiegikmmdnbdlfkdgldkok |
| 官方網址 | https://chromewebstore.google.com/detail/legendary-seller-keyword/fdedlfmbbkkiegikmmdnbdlfkdgldkok |
| 簡介 | Legendary Seller Keyword Finder Extension for Google Chrome |
| 檔案大小 | 43.82 KB |
| 安裝次數 | 539 |
| 目前版本 | 1.0.6 |
| 更新時間 | 2019-11-26 |
| 上架時間 | 2019-11-26 |
| 評分 | 5.00/5 共 1 次評分 |
| 開發者 | https://legendaryseller.com |
| 付費類型 | free |
| 擴展官網 | http://legendaryseller.com/ |
| 支援的語言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Legendary Seller Keyword Finder",
"version": "1.0.6",
"manifest_version": 2,
"description": "Legendary Seller Keyword Finder Extension for Google Chrome",
"background": {
"scripts": [
"\/js\/jquery-2.1.4.min.js",
"\/js\/core.js"
]
},
"permissions": [
"*:\/\/*.amazon.com\/",
"*:\/\/*.amazon.co.uk\/",
"*:\/\/*.legendaryseller.com\/"
],
"content_security_policy": "script-src 'self' https:\/\/cdnjs.cloudflare.com\/ https:\/\/fonts.googleapis.com\/; object-src 'self'",
"content_scripts": [
{
"matches": [
"*:\/\/*.legendaryseller.com\/keyword\/find-keyword"
],
"js": [
"js\/content.js"
]
}
],
"icons": {
"128": "icon.png"
},
"externally_connectable": {
"matches": [
"https:\/\/legendaryseller.com\/*"
]
}
} | |