Guru
Coupons applied automatically
Guruคืออะไร?
Guru เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://goguru.io และคุณลักษณะหลักของมันคือ "Coupons applied automatically"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Guru
ดาวน์โหลดไฟล์ส่วนขยาย Guru ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Install Guru and stop wasting time manually entering coupon codes. Guru makes it easy to automatically try coupons on your favorite stores. AUTOMATICALLY APPLY COUPON CODES - Automatically try coupons from the top online stores. EXCLUSIVE ACCESS - Exclusive access to over 50,000 coupons and deals. ––––––––––––––––––––––––––––––––– By using this extension, you agree to our Terms: https://goguru.io/terms Privacy Policy: https://goguru.io/privacy
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Guru |
ID | ekahpenefeneekjoanbhkodldleballn |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/guru/ekahpenefeneekjoanbhkodldleballn |
คำอธิบาย | Coupons applied automatically |
ขนาดไฟล์ | 569 KB |
จำนวนการติดตั้ง | 7,888 |
เวอร์ชันปัจจุบัน | 8.0.4 |
อัปเดตครั้งล่าสุด | 2019-02-24 |
วันที่เผยแพร่ | 2019-02-23 |
คะแนน | 4.38/5 รวมทั้งหมด 125 คะแนน |
ผู้พัฒนา | https://goguru.io |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://goguru.io/ |
URL หน้าช่วยเหลือ | https://goguru.io/help |
URL หน้านโยบายความเป็นส่วนตัว | https://goguru.io/privacy |
ภาษาที่รองรับ | en-US,es-419,pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Guru", "version": "8.0.4", "description": "__MSG_extDesc__", "default_locale": "en_US", "manifest_version": 2, "permissions": [ "alarms", "cookies", "storage", "tabs", "unlimitedStorage", "webNavigation", "webRequest", "webRequestBlocking", "http:\/\/*\/*", "https:\/\/*\/*" ], "content_scripts": [ { "run_at": "document_start", "match_about_blank": false, "all_frames": false, "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ], "css": [ "assets\/css\/fonts.css" ] } ], "background": { "scripts": [ "background.js" ] }, "icons": { "16": "icons\/active-16.png", "48": "icons\/active-48.png", "128": "icons\/active-128.png" }, "browser_action": { "default_icon": { "19": "icons\/inactive-19.png", "38": "icons\/inactive-38.png" }, "default_title": "Guru" }, "content_security_policy": "script-src 'self' https:\/\/*.goguru.io https:\/\/api.ipstack.com https:\/\/api.segment.io; object-src 'self'", "minimum_chrome_version": "27" } |