ShopAwesome

Your own, online shopping assistant!

什么是ShopAwesome?

ShopAwesome是由https://www.shopawesome.in开发的Chrome扩展程序,该扩展的主要功能是“Your own, online shopping assistant!”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载ShopAwesome扩展crx文件

下载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"
    }
}