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 |
公式URL | 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 |
Eメール | [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'" } |