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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 확장 프로그램 기본 정보
| 이름 | |
| ID | mafpfjnpmblneioebkpdjlledcopckld |
| 공식 URL | 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"
} | |