Tap n Buy

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

What is Tap n Buy?

Tap n Buy is a Chrome extension developed by Staqu Technologies Pvt Ltd, and its main feature is "Don't worry about endless browsing before buying anything. Tap n Buy brings discovery, comparison and savings right away!".

Extension Screenshots

screenshot
screenshot
screenshot

Download Tap n Buy Extension CRX File

Download Tap n Buy extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Tap n Buy Tap n Buy
ID jhjmnhhfnnfgdlapgppaompdhhmfkdfa
Official URL https://chromewebstore.google.com/detail/tap-n-buy/jhjmnhhfnnfgdlapgppaompdhhmfkdfa
Description Don't worry about endless browsing before buying anything. Tap n Buy brings discovery, comparison and savings right away!
File Size 329 KB
Installation Count 41
Current Version 0.2
Last Updated 2017-07-10
Publish Date 2017-07-10
Rating 5.00/5 Total 4 Ratings
Developer Staqu Technologies Pvt Ltd
Email [email protected]
Payment Type free
Supported Languages 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\/*"
    ]
}