VIEWTEST - Amazon Image Testing Tool
The testing tool will allow the user to enter their own product main picture and to see it as if it was selling on amazon.
什麼是VIEWTEST - Amazon Image Testing Tool?
VIEWTEST - Amazon Image Testing Tool是由ViewTest - Amazon Image Testing Tool開發的Chrome擴展程式,該擴展的主要功能是“The testing tool will allow the user to enter their own product main picture and to see it as if it was selling on amazon.”。
擴展截圖
下載VIEWTEST - Amazon Image Testing Tool擴展crx文件
下載VIEWTEST - Amazon Image Testing Tool擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Viewtest helps Amazon eCommerce sellers to test their products before their initial launch and diminish any uncertainty by requesting their targeted audience for feedback. Our platform lets you Simulate and test your product Image, pricing, ratings, and title against competitors.
擴展基本資訊
名稱 | VIEWTEST - Amazon Image Testing Tool |
ID | ekcgofjdeaedfkakldlgmcbgflnmkhma |
官方網址 | https://chromewebstore.google.com/detail/viewtest-amazon-image-tes/ekcgofjdeaedfkakldlgmcbgflnmkhma |
簡介 | The testing tool will allow the user to enter their own product main picture and to see it as if it was selling on amazon. |
檔案大小 | 590 KB |
安裝次數 | 2,310 |
目前版本 | 4.4.6 |
更新時間 | 2022-04-26 |
上架時間 | 2020-07-08 |
評分 | 5.00/5 共 9 次評分 |
開發者 | ViewTest - Amazon Image Testing Tool |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://viewtest.com |
說明頁面URL | https://viewtest.com/contact-us |
隱私政策頁面URL | https://viewtest.com/privacy-policy |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "VIEWTEST - Amazon Image Testing Tool", "description": "The testing tool will allow the user to enter their own product main picture and to see it as if it was selling on amazon.", "version": "4.4.6", "background": { "persistent": true, "scripts": [ "js\/jquery.min.js", "js\/background.js" ] }, "browser_action": { "default_icon": "icons\/128.png" }, "icons": { "256": "icons\/256.png", "128": "icons\/128.png", "16": "icons\/16.png", "48": "icons\/48.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.amazon.com\/*", "*:\/\/*.amazon.de\/*", "*:\/\/*.amazon.co.uk\/*", "*:\/\/*.amazon.in\/*", "*:\/\/*.amazon.it\/*", "*:\/\/*.amazon.fr\/*", "*:\/\/*.amazon.ca\/*", "*:\/\/*.amazon.co.jp\/*", "*:\/\/*.amazon.es\/*", "*:\/\/*.amazon.com.mx\/*", "*:\/\/*.amazon.com.br\/*", "*:\/\/*.amazon.com.au\/*", "*:\/\/*.amazon.ae\/*", "*:\/\/*.amazon.com.tr\/*", "*:\/\/*.amazon.sg\/*", "*:\/\/*.amazon.se\/*" ], "js": [ "js\/jquery.min.js", "js\/script.js", "js\/mutations.js" ], "css": [ "css\/content_script.css", "css\/devices.min.css", "css\/phone-frame.css" ], "run_at": "document_end" }, { "matches": [ "*:\/\/*.viewtest.com\/*", "http:\/\/localhost:3000\/*" ], "js": [ "js\/script2.js" ], "run_at": "document_start" } ], "permissions": [ "activeTab", "storage", "downloads", "*:\/\/www.amazon.com\/", "*:\/\/localhost\/", "https:\/\/viewtest.com\/*", "webRequest", "webRequestBlocking", "webNavigation" ], "web_accessible_resources": [ "popup.html", "product_popup.html", "poll.html", "checkout.html", "thanks.html", "images\/*", "js\/phone-controls.js" ], "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/viewtest.us6.list-manage.com https:\/\/viewtest.com https:\/\/www.google-analytics.com; object-src 'self'" } |