AsinSeed - Amazon Product & Keyword Tools
AsinSeed is a keyword engine to give you keywords for listing and CPC optimization.
什麼是AsinSeed - Amazon Product & Keyword Tools?
AsinSeed - Amazon Product & Keyword Tools是由https://www.asinseed.com開發的Chrome擴展程式,該擴展的主要功能是“AsinSeed is a keyword engine to give you keywords for listing and CPC optimization.”。
擴展截圖
下載AsinSeed - Amazon Product & Keyword Tools擴展crx文件
下載AsinSeed - Amazon Product & Keyword Tools擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Features: 1. Get keywords for listing and CPC optimization on Amazon directly; 2. Discover the keywords that drive traffic to the listing you're viewing; 3. Find relevant keywords with keyword mining tool on the search results page; 4. 0.8 billion keywords updated monthly; Support the US, Japan, Canada, and EU
擴展基本資訊
名稱 | AsinSeed - Amazon Product & Keyword Tools |
ID | mafpfjnpmblneioebkpdjlledcopckld |
官方網址 | https://chromewebstore.google.com/detail/asinseed-amazon-product-k/mafpfjnpmblneioebkpdjlledcopckld |
簡介 | AsinSeed is a keyword engine to give you keywords for listing and CPC optimization. |
檔案大小 | 2.3 MB |
安裝次數 | 31,923 |
目前版本 | 2.1.0 |
更新時間 | 2021-05-06 |
上架時間 | 2019-09-26 |
評分 | 4.09/5 共 23 次評分 |
開發者 | https://www.asinseed.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://www.asinseed.com |
說明頁面URL | https://www.asinseed.com/cn/faq |
隱私政策頁面URL | https://www.sellersprite.com/en/help/privacy-policy |
支援的語言 | en,zh-CN,ja |
manifest.json | |
{ "name": "__MSG_main_name__", "short_name": "__MSG_main_short_name__", "description": "__MSG_main_description__", "version": "2.1.0", "manifest_version": 2, "default_locale": "en", "homepage_url": "https:\/\/www.asinseed.com\/", "icons": { "32": "assets\/images\/icons\/icon_32.png", "48": "assets\/images\/icons\/icon_48.png", "128": "assets\/images\/icons\/icon_128.png" }, "content_security_policy": "script-src 'self'; object-src 'self'", "permissions": [ "tabs", "https:\/\/mp.weixin.qq.com\/cgi-bin\/showqrcode\/*", "https:\/\/www.asinseed.com\/*", "https:\/\/www.amazon.com\/*", "https:\/\/www.amazon.co.jp\/*", "https:\/\/www.amazon.co.uk\/*", "https:\/\/www.amazon.de\/*", "https:\/\/www.amazon.fr\/*", "https:\/\/www.amazon.es\/*", "https:\/\/www.amazon.it\/*", "https:\/\/www.amazon.ca\/*", "https:\/\/www.amazon.in\/*", "https:\/\/www.amazon.com.au\/*" ], "browser_action": { "default_title": "__MSG_main_tooltips__" }, "background": { "scripts": [ "background\/background.js" ] }, "content_scripts": [ { "js": [ "assets\/fontjs.js", "assets\/publicECharts.js", "content\/content.js" ], "css": [ "content\/content.css", "assets\/styles\/flag-icon-css\/css\/flag-icon.min.css" ], "matches": [ "https:\/\/www.amazon.com\/*", "https:\/\/www.amazon.co.jp\/*", "https:\/\/www.amazon.co.uk\/*", "https:\/\/www.amazon.de\/*", "https:\/\/www.amazon.fr\/*", "https:\/\/www.amazon.es\/*", "https:\/\/www.amazon.it\/*", "https:\/\/www.amazon.ca\/*", "https:\/\/www.amazon.in\/*", "https:\/\/www.amazon.com.au\/*" ], "run_at": "document_end" } ], "web_accessible_resources": [ "assets\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx" } |