Shopping Tips

Shopping Tips by BusySquirrels finds you the best discounts so you don't have to!

Apa itu Shopping Tips?

Shopping Tips adalah ekstensi Chrome yang dikembangkan oleh https://busysquirrels.com, dan fitur utamanya adalah "Shopping Tips by BusySquirrels finds you the best discounts so you don't have to!".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Shopping Tips

Unduh file ekstensi Shopping Tips dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        BusySquirrels Tips finds you the best discounts so you don't have to! We provide shopping tips (cashback, coupon, credit card rewards, amex offer and more) all in one place for users to save money and time during online shopping. It works on thousands of shopping and travel websites, including Amazon, Walmart, BestBuy, Target, Booking, Airbnb, and many more.                    

Informasi Dasar Ekstensi

Nama Shopping Tips Shopping Tips
ID mpjjeolcjagbldlodoiioaojfgpecnlc
URL Resmi https://chromewebstore.google.com/detail/shopping-tips/mpjjeolcjagbldlodoiioaojfgpecnlc
Deskripsi Shopping Tips by BusySquirrels finds you the best discounts so you don't have to!
Ukuran File 768 KB
Jumlah Instalasi 25
Versi Saat Ini 0.16
Terakhir Diperbarui 2021-11-23
Tanggal Publikasi 2021-04-13
Penilaian 5.00/5 Total 12 Penilaian
Pengembang https://busysquirrels.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://busysquirrels.com/
URL Halaman Bantuan https://busysquirrels.com/help-extension
URL Halaman Kebijakan Privasi https://busysquirrels.com/privacy-policy.html
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Shopping Tips",
    "description": "Shopping Tips by BusySquirrels finds you the best discounts so you don't have to!",
    "version": "0.16",
    "manifest_version": 3,
    "icons": {
        "192": "icons\/logo128.png"
    },
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "icons\/logo16bw.png",
            "32": "icons\/logo32bw.png",
            "48": "icons\/logo48.png",
            "128": "icons\/logo128.png"
        }
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "notification\/main.css",
                "notification\/main.js",
                "notification\/notification.html",
                "notification_script.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        "scripting",
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "service_worker": "background.js"
    }
}