The Camelizer
Easily view historical pricing data from camelcamelcamel.com.
The Camelizerคืออะไร?
The Camelizer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://camelcamelcamel.com และคุณลักษณะหลักของมันคือ "Easily view historical pricing data from camelcamelcamel.com."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย The Camelizer
ดาวน์โหลดไฟล์ส่วนขยาย The Camelizer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Get camelcamelcamel.com functionality in your web browser. Click on the Camel icon in your address bar to see historical pricing data or setup watches and get an email when the price drops. Supports Amazon United States, Canada, Europe, Australia. Please read about our full features here: https://camelcamelcamel.com/camelizer For support, email [email protected].
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | The Camelizer |
ID | ghnomdcacenbmilgjigehppbamfndblo |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/the-camelizer/ghnomdcacenbmilgjigehppbamfndblo |
คำอธิบาย | Easily view historical pricing data from camelcamelcamel.com. |
ขนาดไฟล์ | 671 KB |
จำนวนการติดตั้ง | 828,341 |
เวอร์ชันปัจจุบัน | 3.0.15 |
อัปเดตครั้งล่าสุด | 2023-02-25 |
วันที่เผยแพร่ | 2018-06-22 |
คะแนน | 4.32/5 รวมทั้งหมด 978 คะแนน |
ผู้พัฒนา | https://camelcamelcamel.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://camelcamelcamel.com/camelizer |
URL หน้าช่วยเหลือ | https://camelcamelcamel.com/support |
URL หน้านโยบายความเป็นส่วนตัว | https://camelcamelcamel.com/privacy |
ภาษาที่รองรับ | de,en,fr,es,it |
manifest.json | |
{ "manifest_version": 2, "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "short_name": "Camelizer", "description": "__MSG_appDesc__", "default_locale": "en", "version": "3.0.15", "icons": { "256": "icon-256.png", "128": "icon-128.png", "96": "icon-96.png", "64": "icon-64.png", "48": "icon-48.png", "32": "icon-32.png", "16": "icon-16.png" }, "page_action": { "default_title": "__MSG_pageActionTitle__", "default_icon": "icon-96.png", "default_popup": "main.html" }, "background": { "page": "background.html", "persistent": true }, "permissions": [ "activeTab", "storage", "https:\/\/*.camelcamelcamel.com\/*", "https:\/\/camelcamelcamel.com\/*", "https:\/\/*.amazon.com\/*", "https:\/\/*.amazon.co.uk\/*", "https:\/\/*.amazon.fr\/*", "https:\/\/*.amazon.de\/*", "https:\/\/*.amazon.es\/*", "https:\/\/*.amazon.ca\/*", "https:\/\/*.amazon.it\/*", "https:\/\/*.amazon.com.au\/*" ], "author": "Cosmic Shovel, Inc.", "homepage_url": "https:\/\/camelcamelcamel.com\/", "options_ui": { "page": "options.html" }, "commands": { "_execute_page_action": { "suggested_key": { "windows": "Alt+Shift+C", "mac": "Alt+Shift+C", "chromeos": "Alt+Shift+C", "linux": "Alt+Shift+C" } } } } |