Tap n Buy

Don't worry about endless browsing before buying anything. Tap n Buy brings discovery, comparison and savings right away!

Was ist Tap n Buy?

Tap n Buy ist eine Chrome-Erweiterung, die von Staqu Technologies Pvt Ltd entwickelt wurde, und ihr Hauptmerkmal ist "Don't worry about endless browsing before buying anything. Tap n Buy brings discovery, comparison and savings right away!".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Tap n Buy-Erweiterungs-CRX-Datei herunterladen

Laden Sie Tap n Buy-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        You no longer have to worry of increasing prices and endless browsing before buying anything.
Tap n Buy brings discovery, comparison and savings right at your fingertips!                    

Grundlegende Informationen zur Erweiterung

Name Tap n Buy Tap n Buy
ID jhjmnhhfnnfgdlapgppaompdhhmfkdfa
Offizielle URL https://chromewebstore.google.com/detail/tap-n-buy/jhjmnhhfnnfgdlapgppaompdhhmfkdfa
Beschreibung Don't worry about endless browsing before buying anything. Tap n Buy brings discovery, comparison and savings right away!
Dateigröße 329 KB
Installationsanzahl 41
Aktuelle Version 0.2
Letztes Update 2017-07-10
Veröffentlichungsdatum 2017-07-10
Bewertung 5.00/5 Insgesamt 4 Bewertungen
Entwickler Staqu Technologies Pvt Ltd
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tap n Buy",
    "description": "Don't worry about endless browsing before buying anything. Tap n Buy brings discovery, comparison and savings right away!",
    "version": "0.2",
    "browser_action": {
        "default_icon": "icon_19.png",
        "default_popup": "popup.html",
        "default_title": "Tap n Buy"
    },
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "64": "icon_64.png",
        "128": "icon_128.png"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "",
        "contextMenus",
        "storage",
        "processes"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "\/static\/css\/style.css",
                "\/static\/css\/custom.css"
            ],
            "js": [
                "\/static\/js\/jquery-3.1.1.min.js",
                "\/static\/js\/jquery-ui.min.js",
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "\/static\/js\/jquery-3.1.1.min.js",
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "*",
        "\/static\/*"
    ]
}