Shoppingo Shopping Assistant
The best way to save time and money while shopping online.
Shoppingo Shopping Assistantคืออะไร?
Shoppingo Shopping Assistant เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://getshoppingo.com และคุณลักษณะหลักของมันคือ "The best way to save time and money while shopping online."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Shoppingo Shopping Assistant
ดาวน์โหลดไฟล์ส่วนขยาย Shoppingo Shopping Assistant ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Shoppingo Online Shopping Assistant helps you save time and money online, by getting the best prices across Amazon, Flipkart, among others, and helps you get your products delivered faster. - We find the best prices, even if it's available right on the same website. - We compare prices for you, so you don't have to! - Can spare a few extra bucks for faster delivery? We'll show you which websites can get the product fastest to you! - We'll scan for the latest offers on credit/debit cards, and let you know if you should use a specific one to get maximum benefits! - Pingu lives in a small space on your shopping websites, and does not crowd and hinder your shopping experience by displaying overlays or popups. - You can always click on the Pingu Button to know about the latest offers and deals across websites!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | cglgggloahballbnpiijijjjihmenjmb |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/shoppingo-shopping-assist/cglgggloahballbnpiijijjjihmenjmb |
คำอธิบาย | The best way to save time and money while shopping online. |
ขนาดไฟล์ | 632 KB |
จำนวนการติดตั้ง | 98 |
เวอร์ชันปัจจุบัน | 2.1 |
อัปเดตครั้งล่าสุด | 2017-05-06 |
วันที่เผยแพร่ | 2017-05-06 |
คะแนน | 5.00/5 รวมทั้งหมด 10 คะแนน |
ผู้พัฒนา | http://getshoppingo.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.getshoppingo.com |
URL หน้านโยบายความเป็นส่วนตัว | https://getshoppingo.com/privacy.html |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "2.1", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "icons\/icon-16.png", "128": "icons\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "lib\/jquery-3.2.1.min.js", "background.js" ] }, "permissions": [ "tabs", "storage", "notifications", "activeTab", "http:\/\/*\/*", "https:\/\/*\/*" ], "content_security_policy": "script-src 'self' https:\/\/cdn.mxpnl.com; object-src 'self'", "web_accessible_resources": [ "icons\/fonts\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "lib\/base64.js", "analytics.js", "templates.js", "pinguUtils.js", "comparison.js", "amazon.js", "flipkart.js", "snapdeal.js", "main.js" ], "css": [ "pingu.css" ], "run_at": "document_end", "all_frames": false } ], "browser_action": { "default_icon": { "19": "icons\/icon-19.png", "38": "icons\/icon-38.png" }, "default_title": "Shoppingo Shopping Assistant" } } |