Buyzooka

Buyzooka. Online shopping, Simplified.

Was ist Buyzooka?

Buyzooka ist eine Chrome-Erweiterung, die von https://buyzooka.io entwickelt wurde, und ihr Hauptmerkmal ist "Buyzooka. Online shopping, Simplified.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Buyzooka-Erweiterungs-CRX-Datei herunterladen

Laden Sie Buyzooka-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

                        3 reasons why you must use Buyzooka, a nomad online shopping bag?

1- For the exclusive searching engine focused on local independent stores.

2- For the cross-websites shopping bag that lets you add and store the coolest stuff you picked up from 1.5 millions selected shops, and checkout all of them in just one click.

3- For the secure online registration. Once register with Buyzooka, you won't need to register to any other online stores. Say goodbye to frictional and frustrated online shopping experiences across different sites.

It's FREE, EASY and SECURE, Buyzooka is made by shoppers for shoppers. Buyzooka does the painful part for you. You have No manual typing for sign up, No spam, No scam, No re-sale emails, No sponsored ads, only have  pleasure of the shopping! 

Now, if shopping is your cardio, Buyzooka will be your best mate!

New features coming soon, install now and stay connected to enjoy Buyzooka experience, the Future of Online Shopping.                    

Grundlegende Informationen zur Erweiterung

Name Buyzooka Buyzooka
ID kanbfjanbfkmjnonalihpiibneplllfh
Offizielle URL https://chromewebstore.google.com/detail/buyzooka/kanbfjanbfkmjnonalihpiibneplllfh
Beschreibung Buyzooka. Online shopping, Simplified.
Dateigröße 3.65 MB
Installationsanzahl 86
Aktuelle Version 1.5.0
Letztes Update 2021-04-19
Veröffentlichungsdatum 2020-12-20
Bewertung 5.00/5 Insgesamt 7 Bewertungen
Entwickler https://buyzooka.io
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://join.buyzooka.io
Hilfeseite URL https://join.buyzooka.io/shops
URL der Datenschutzrichtlinien-Seite https://join.buyzooka.io/privacy-policy
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Buyzooka",
    "version": "1.5.0",
    "icons": {
        "16": "assets\/icons\/favicon-16.png",
        "32": "assets\/icons\/favicon-32.png",
        "48": "assets\/icons\/favicon-48.png",
        "128": "assets\/icons\/favicon-128.png"
    },
    "description": "Buyzooka. Online shopping, Simplified.",
    "short_name": "Buyzooka",
    "permissions": [
        "tabs",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "author": "https:\/\/join.buyzooka.io",
    "minimum_chrome_version": "49",
    "browser_action": {
        "default_icon": {
            "16": "assets\/icons\/favicon-16.png",
            "32": "assets\/icons\/favicon-32.png",
            "48": "assets\/icons\/favicon-48.png",
            "128": "assets\/icons\/favicon-128.png"
        },
        "default_title": "Buyzooka",
        "chrome_style": false
    },
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true,
        "chrome_style": false
    },
    "background": {
        "scripts": [
            "js\/background.bundle.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/contentScript.bundle.js"
            ],
            "css": [
                "assets\/css\/style.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "assets\/img\/*",
        "assets\/icons\/*",
        "assets\/css\/style.css",
        "js\/contentScript.bundle.js"
    ]
}