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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Chrome extension of Novelty Affiliate Site Builder. Build an affiliate site is just a matter of click."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Novelty Product Importer
ดาวน์โหลดไฟล์ส่วนขยาย Novelty Product Importer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" ] } |