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