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 |
| 公式URL | 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\/*"
]
}
} | |