Amazon Verified Purchaser Review Average
See the average and breakdown of up to the 500 most recent verified purchaser reviews for a product on Amazon.
什麼是Amazon Verified Purchaser Review Average?
Amazon Verified Purchaser Review Average是由will.blaschko開發的Chrome擴展程式,該擴展的主要功能是“See the average and breakdown of up to the 500 most recent verified purchaser reviews for a product on Amazon.”。
擴展截圖
下載Amazon Verified Purchaser Review Average擴展crx文件
下載Amazon Verified Purchaser Review Average擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
擴展基本資訊
| 名稱 | |
| ID | ojdfblobgigljijbdjlgedijgnnnnajf |
| 官方網址 | https://chrome.google.com/webstore/detail/amazon-verified-purchaser/ojdfblobgigljijbdjlgedijgnnnnajf |
| 簡介 | See the average and breakdown of up to the 500 most recent verified purchaser reviews for a product on Amazon. |
| 檔案大小 | 68.67 KB |
| 安裝次數 | 194 |
| 目前版本 | 1.1.4 |
| 更新時間 | 2015-10-24 |
| 上架時間 | 2015-10-24 |
| 評分 | 5.00/5 共 1 次評分 |
| 開發者 | will.blaschko |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Amazon Verified Purchaser Review Average",
"description": "See the average and breakdown of up to the 500 most recent verified purchaser reviews for a product on Amazon.",
"version": "1.1.4",
"icons": {
"16": "ico_16.png",
"48": "ico_48.png",
"128": "ico_128.png",
"512": "ico_512.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.amazon.com\/*",
"*:\/\/*.amazon.ca\/*",
"*:\/\/*.amazon.co.uk\/*",
"*:\/\/*.amazon.de\/*",
"*:\/\/*.amazon.fr\/*",
"*:\/\/*.amazon.it\/*",
"*:\/\/*.amazon.es\/*",
"*:\/\/*.amazon.co.jp\/*",
"*:\/\/*.amazon.cn\/*",
"*:\/\/*.amazon.in\/*"
],
"js": [
"jquery-2.1.4.min.js",
"reviews.js"
]
}
],
"permissions": [
"activeTab",
"storage",
"*:\/\/*.amazon.com\/*",
"*:\/\/*.amazon.ca\/*",
"*:\/\/*.amazon.co.uk\/*",
"*:\/\/*.amazon.de\/*",
"*:\/\/*.amazon.fr\/*",
"*:\/\/*.amazon.it\/*",
"*:\/\/*.amazon.es\/*",
"*:\/\/*.amazon.co.jp\/*",
"*:\/\/*.amazon.cn\/*",
"*:\/\/*.amazon.in\/*"
]
} | |