Seller Assistant App / Quick View
See product rating and competitors on an Amazon search page
什麼是Seller Assistant App / Quick View?
Seller Assistant App / Quick View是由https://sellerassistant.app開發的Chrome擴展程式,該擴展的主要功能是“See product rating and competitors on an Amazon search page”。
擴展截圖
下載Seller Assistant App / Quick View擴展crx文件
下載Seller Assistant App / Quick View擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
If you search for products to sell on amazon, this extension helps you to make decisions right on amazon search pages 擴展基本資訊
| 名稱 | |
| ID | nocegffaflllclilhgngcfejmfbdahno |
| 官方網址 | https://chromewebstore.google.com/detail/seller-assistant-app-quic/nocegffaflllclilhgngcfejmfbdahno |
| 簡介 | See product rating and competitors on an Amazon search page |
| 檔案大小 | 201 KB |
| 安裝次數 | 1,419 |
| 目前版本 | 0.10.0 |
| 更新時間 | 2021-10-20 |
| 上架時間 | 2020-10-26 |
| 評分 | 5.00/5 共 1 次評分 |
| 開發者 | https://sellerassistant.app |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://sellerassistant.app/quickview |
| 說明頁面URL | https://sellerassistant.app/help-center |
| 隱私政策頁面URL | https://sellerassistant.app/privacy-policy |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Seller Assistant App \/ Quick View",
"description": "See product rating and competitors on an Amazon search page",
"version": "0.10.0",
"version_name": "0.10.0",
"author": "Linen Art, LLC",
"homepage_url": "https:\/\/sellerassistant.app\/quickview",
"manifest_version": 2,
"content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com\/analytics.js; object-src 'self'",
"icons": {
"48": "icons\/icon_48.png",
"128": "icons\/icon_128.png"
},
"browser_action": {
"default_title": "Seller Assistant App \/ Quick View",
"default_popup": "popup\/popup.html"
},
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"matches": [
"https:\/\/*.amazon.com\/s?*",
"https:\/\/*.amazon.com.br\/s?*",
"https:\/\/*.amazon.ca\/s?*",
"https:\/\/*.amazon.com.mx\/s?*",
"https:\/\/*.amazon.ae\/s?*",
"https:\/\/*.amazon.de\/s?*",
"https:\/\/*.amazon.es\/s?*",
"https:\/\/*.amazon.fr\/s?*",
"https:\/\/*.amazon.co.uk\/s?*",
"https:\/\/*.amazon.in\/s?*",
"https:\/\/*.amazon.it\/s?*",
"https:\/\/*.amazon.nl\/s?*",
"https:\/\/*.amazon.pl\/s?*",
"https:\/\/*.amazon.se\/s?*",
"https:\/\/*.amazon.com.tr\/s?*",
"https:\/\/*.amazon.sg\/s?*",
"https:\/\/*.amazon.com.au\/s?*",
"https:\/\/*.amazon.co.jp\/s?*"
],
"js": [
"content\/content.js"
],
"run_at": "document_end"
},
{
"matches": [
"https:\/\/*.amazon.com\/*",
"https:\/\/*.amazon.com.br\/*",
"https:\/\/*.amazon.ca\/*",
"https:\/\/*.amazon.com.mx\/*",
"https:\/\/*.amazon.ae\/*",
"https:\/\/*.amazon.de\/*",
"https:\/\/*.amazon.es\/*",
"https:\/\/*.amazon.fr\/*",
"https:\/\/*.amazon.co.uk\/*",
"https:\/\/*.amazon.in\/*",
"https:\/\/*.amazon.it\/*",
"https:\/\/*.amazon.nl\/*",
"https:\/\/*.amazon.pl\/*",
"https:\/\/*.amazon.se\/*",
"https:\/\/*.amazon.com.tr\/*",
"https:\/\/*.amazon.sg\/*",
"https:\/\/*.amazon.com.au\/*",
"https:\/\/*.amazon.co.jp\/*"
],
"css": [
"content\/content.css",
"vendor\/css\/fontawesome.css"
],
"run_at": "document_start"
},
{
"matches": [
"https:\/\/app.sellerassistant.app\/download",
"https:\/\/dev.app.sellerassistant.app\/download"
],
"js": [
"content\/contentDownload.js"
],
"run_at": "document_end"
}
],
"permissions": [
"https:\/\/*.amazon.com\/*",
"https:\/\/*.amazon.ca\/*",
"https:\/\/*.amazon.com.br\/*",
"https:\/\/*.amazon.com.mx\/*",
"https:\/\/*.amazon.ae\/*",
"https:\/\/*.amazon.de\/*",
"https:\/\/*.amazon.es\/*",
"https:\/\/*.amazon.fr\/*",
"https:\/\/*.amazon.co.uk\/*",
"https:\/\/*.amazon.in\/*",
"https:\/\/*.amazon.it\/*",
"https:\/\/*.amazon.nl\/*",
"https:\/\/*.amazon.pl\/*",
"https:\/\/*.amazon.se\/*",
"https:\/\/*.amazon.com.tr\/*",
"https:\/\/*.amazon.sg\/*",
"https:\/\/*.amazon.com.au\/*",
"https:\/\/*.amazon.co.jp\/*",
"https:\/\/*.sellerassistant.app\/",
"storage"
]
} | |