Price-fix
PriceFix repairs Amazon "high price errors," automating the editing of prices on your stranded inventory page with 1-click.
Price-fixคืออะไร?
Price-fix เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Zen Arbitrage และคุณลักษณะหลักของมันคือ "PriceFix repairs Amazon "high price errors," automating the editing of prices on your stranded inventory page with 1-click."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Price-fix
ดาวน์โหลดไฟล์ส่วนขยาย Price-fix ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
PriceFix repairs Amazon "high price errors," automating the editing of prices on your stranded inventory page with 1-click. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | coniammgndoohnfbcdkccdcofoodplml |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/price-fix/coniammgndoohnfbcdkccdcofoodplml |
| คำอธิบาย | PriceFix repairs Amazon "high price errors," automating the editing of prices on your stranded inventory page with 1-click. |
| ขนาดไฟล์ | 545 KB |
| จำนวนการติดตั้ง | 157 |
| เวอร์ชันปัจจุบัน | 2.0.3 |
| อัปเดตครั้งล่าสุด | 2023-02-27 |
| วันที่เผยแพร่ | 2020-06-16 |
| ผู้พัฒนา | Zen Arbitrage |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://www.zenarbitrage.co/ |
| URL หน้านโยบายความเป็นส่วนตัว | https://www.zenarbitrage.co/optin1591157726581 |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"author": "Peter Valley",
"name": "Price-fix",
"description": "PriceFix repairs Amazon \"high price errors,\" automating the editing of prices on your stranded inventory page with 1-click.",
"manifest_version": 3,
"version": "2.0.3",
"icons": {
"512": "icon2.png"
},
"action": {
"default_popup": "src\/html\/popup.html"
},
"content_scripts": [
{
"matches": [
"https:\/\/sellercentral.amazon.com\/*"
],
"css": [
"src\/css\/style.css"
],
"js": [
"src\/js\/jquery-3.1.1.min.js",
"src\/js\/config.js",
"src\/js\/rollbar.min.js",
"src\/js\/Pricefix.js"
]
}
],
"web_accessible_resources": [
{
"resources": [
"src\/img\/*"
],
"matches": [
"*:\/\/www.amazon.com\/*",
"*:\/\/www.amazon.com.br\/*",
"*:\/\/www.amazon.ca\/*",
"*:\/\/www.amazon.com.mx\/*",
"*:\/\/www.amazon.cn\/*",
"*:\/\/www.amazon.in\/*",
"*:\/\/www.amazon.co.jp\/*",
"*:\/\/www.amazon.sg\/*",
"*:\/\/www.amazon.com.tr\/*",
"*:\/\/www.amazon.ae\/*",
"*:\/\/www.amazon.fr\/*",
"*:\/\/www.amazon.de\/*",
"*:\/\/www.amazon.it\/*",
"*:\/\/www.amazon.nl\/*",
"*:\/\/www.amazon.es\/*",
"*:\/\/www.amazon.co.uk\/*",
"*:\/\/www.amazon.com.au\/*"
]
}
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"permissions": [
"storage"
],
"host_permissions": [
"https:\/\/fonts.googleapis.com\/*"
]
} | |