ShopAwesome

Your own, online shopping assistant!

ShopAwesomeคืออะไร?

ShopAwesome เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.shopawesome.in และคุณลักษณะหลักของมันคือ "Your own, online shopping assistant!"

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        ShopAwesome, gives you a shopping assistant Awesome, who makes your life Easy. 
Awesome helps you to get the best prices and much more, while you shop online. Add it in your chrome, by just 2 clicks and it will do the rest automatically. It helps you get the best prices for your products from all your beloved sites and much more, right in front of you! on whatever shopping site  you are,  your personal shopping assistant Awesome comes there with you!

With Awesome, whenever you want to buy something new, just goto any shopping site you like*, and Awesome will compare the prices from all other sites* and bring it right there in front of you. So that it can make your life easy, and save your precious time, because we know, you have a lot to deal with... So add it to you chrome and get going!

With all these amazing features, Awesome isn't just a time saving and money saving assistant, but a whole package to help you increase your productivity and accessibility.  

==========================================================
Updates: 
*v1.222 -> We squashed some more bugs!
*v1.200 -> We Redesigned ShopAwesome dashboard to make it fit seamlessly everywhere.
==========================================================


shopAwesome is made with Love and some coffee, in India                    

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

ชื่อ ShopAwesome ShopAwesome
ID fpkbbodgepaomjkmbhkcoibogmipenfm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/shopawesome/fpkbbodgepaomjkmbhkcoibogmipenfm
คำอธิบาย Your own, online shopping assistant!
ขนาดไฟล์ 222 KB
จำนวนการติดตั้ง 16
เวอร์ชันปัจจุบัน 1.222
อัปเดตครั้งล่าสุด 2020-11-19
วันที่เผยแพร่ 2020-09-14
คะแนน 4.55/5 รวมทั้งหมด 11 คะแนน
ผู้พัฒนา https://www.shopawesome.in
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.shopawesome.in
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ShopAwesome",
    "version": "1.222",
    "description": "Your own, online shopping assistant!",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com; object-src 'self'",
    "permissions": [
        "identity",
        "tabs",
        "storage",
        "https:\/\/techvani.pythonanywhere.com\/*",
        "https:\/\/shopawesome.pythonanywhere.com\/*",
        "https:\/\/www.amazon.in\/*"
    ],
    "icons": {
        "16": "awesome_robo_2.png",
        "48": "awesome_robo_2.png",
        "128": "awesome_robo_2.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/paytmmall.com\/*",
                "https:\/\/www.paytmmall.com\/*",
                "https:\/\/www.flipkart.com\/*",
                "https:\/\/www.amazon.in\/*",
                "https:\/\/www.croma.com\/*",
                "https:\/\/www.tatacliq.com\/*"
            ],
            "exclude_globs": [
                "*chrome*"
            ],
            "run_at": "document_end",
            "js": [
                "dontSee_B.js",
                "dontSee_T_whistles.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "dontSeeDA.js",
            "dontSeeBul.js"
        ]
    },
    "browser_action": {
        "default_icon": "awesome_robo_2.png",
        "default_title": "we help you get the best price!",
        "default_popup": "dontSeeh.html"
    }
}