Novelty Product Importer
Chrome extension of Novelty Affiliate Site Builder. Build an affiliate site is just a matter of click.
Novelty Product Importer란 무엇입니까?
Novelty Product Importer은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Chrome extension of Novelty Affiliate Site Builder. Build an affiliate site is just a matter of click."입니다.
확장 프로그램 스크린샷
Novelty Product Importer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This Chrome extension is a part of Novelty Site Builder software bundle. The extension is used to automatically import Amazon product data without having to manually copy and paste content.
확장 프로그램 기본 정보
이름 | Novelty Product Importer |
ID | dihdfnhgoecjinelmjpknmhndfbiipjm |
공식 URL | https://chromewebstore.google.com/detail/novelty-product-importer/dihdfnhgoecjinelmjpknmhndfbiipjm |
설명 | Chrome extension of Novelty Affiliate Site Builder. Build an affiliate site is just a matter of click. |
파일 크기 | 88.56 KB |
설치 횟수 | 34 |
현재 버전 | 1.0.0 |
최근 업데이트 | 2019-12-09 |
출시 날짜 | 2019-12-09 |
개발자 | Unknown |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extension_name__", "version": "1.0.0", "default_locale": "en", "description": "__MSG_extension_description__", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "page_action": { "default_icon": { "16": "images\/icon16.png", "24": "images\/icon24.png", "32": "images\/icon32.png" }, "default_title": "__MSG_extension_name__", "default_popup": "templates\/pageAction.html" }, "background": { "scripts": [ "scripts\/background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/www.amazon.com\/*", "https:\/\/www.amazon.cn\/*", "https:\/\/www.amazon.in\/*", "https:\/\/www.amazon.co.jp\/*", "https:\/\/www.amazon.com.tr\/*", "https:\/\/www.amazon.ae\/*", "https:\/\/www.amazon.fr\/*", "https:\/\/www.amazon.de\/*", "https:\/\/www.amazon.it\/*", "https:\/\/www.amazon.es\/*", "https:\/\/www.amazon.co.uk\/*", "https:\/\/www.amazon.ca\/*", "https:\/\/www.amazon.com.mx\/*", "https:\/\/www.amazon.com.au\/*", "https:\/\/www.amazon.com.br\/*" ], "js": [ "scripts\/jquery-noconflict.js", "scripts\/contentScriptAmazon.js" ], "css": [ "css\/contentScriptAmazon.css" ] } ], "permissions": [ "tabs", "storage" ], "options_ui": { "page": "templates\/options.html", "open_in_tab": false }, "web_accessible_resources": [ "scripts\/contentScriptAmazonInner.js" ] } |