Shopping Genius

Shopping Genius helps you smartly find the best price online with no effort.

Shopping Geniusคืออะไร?

Shopping Genius เป็นส่วนขยายของ Chrome ที่พัฒนาโดย easysoft และคุณลักษณะหลักของมันคือ "Shopping Genius helps you smartly find the best price online with no effort."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Shopping Genius

ดาวน์โหลดไฟล์ส่วนขยาย Shopping Genius ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Shopping Genius assists with shopping in more than 3,000 online shops.
It also shows you other similar and popular products that you might be interested in as well as available coupons. Only gets activated when there are better offers.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Shopping Genius Shopping Genius
ID jpddalohgfnmaacfekclepijcjnhjljd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/shopping-genius/jpddalohgfnmaacfekclepijcjnhjljd
คำอธิบาย Shopping Genius helps you smartly find the best price online with no effort.
ขนาดไฟล์ 80.77 KB
จำนวนการติดตั้ง 97
เวอร์ชันปัจจุบัน 1.0.6
อัปเดตครั้งล่าสุด 2016-04-24
วันที่เผยแพร่ 2016-04-23
ผู้พัฒนา easysoft
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "manifest_version": 2,
    "name": "Shopping Genius",
    "version": "1.0.6",
    "background": {
        "page": "html\/background.html"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "lib\/jquery-1.11.3.min.js",
                "lib\/content_script.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "description": "Shopping Genius helps you smartly find the best price online with no effort.",
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png",
        "48": "images\/icon48.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "storage",
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}