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 là gì?
VIEWTEST - Amazon Image Testing Tool là một tiện ích mở rộng Chrome được phát triển bởi ViewTest - Amazon Image Testing Tool, và tính năng chính của nó là "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.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng VIEWTEST - Amazon Image Testing Tool
Tải xuống các tệp mở rộng VIEWTEST - Amazon Image Testing Tool dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | VIEWTEST - Amazon Image Testing Tool |
ID | ekcgofjdeaedfkakldlgmcbgflnmkhma |
URL Chính Thức | https://chromewebstore.google.com/detail/viewtest-amazon-image-tes/ekcgofjdeaedfkakldlgmcbgflnmkhma |
Mô tả | 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. |
Kích Thước Tệp | 590 KB |
Số Lần Cài Đặt | 2,310 |
Phiên Bản Hiện Tại | 4.4.6 |
Cập Nhật Lần Cuối | 2022-04-26 |
Ngày Phát Hành | 2020-07-08 |
Đánh Giá | 5.00/5 Tổng số 9 Đánh Giá |
Nhà Phát Triển | ViewTest - Amazon Image Testing Tool |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://viewtest.com |
URL Trang Trợ Giúp | https://viewtest.com/contact-us |
URL Trang Chính Sách Bảo Mật | https://viewtest.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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'" } |