BuzzPress Extension

BuzzPress Products Importer Extension for Chrome

Τι είναι το BuzzPress Extension;

Το BuzzPress Extension είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον arielsandersemail, και η κύρια λειτουργία του είναι "BuzzPress Products Importer Extension for Chrome".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης BuzzPress Extension

Λήψη αρχείων επέκτασης BuzzPress Extension σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Import and sync products from Amazon to your BuzzPress site

Looking for products to sell online? Discover millions of products and add them to your BuzzPress store with BuzzPress Chrome Extension. 

BuzzPress allows you to find trending products to sell online, add them to your BuzzPress store, and start selling today. 

You’ll never need to worry about packaging or shipping. Instead, worry about things that matter – making sales and growing your business. 

BuzzPress’s Chrome Extension simplifies the entire process. Import products with just one click, and fulfill orders with ease.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα BuzzPress Extension BuzzPress Extension
ID pgfkdbhkelnoodbdjaimjonoapchlldo
Επίσημο URL https://chromewebstore.google.com/detail/buzzpress-extension/pgfkdbhkelnoodbdjaimjonoapchlldo
Περιγραφή BuzzPress Products Importer Extension for Chrome
Μέγεθος Αρχείου 1.5 MB
Αριθμός Εγκαταστάσεων 74
Τρέχουσα Έκδοση 0.9.2
Τελευταία Ενημέρωση 2020-07-21
Ημερομηνία Δημοσίευσης 2020-07-09
Προγραμματιστής arielsandersemail
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://buzzpress.io
Διεύθυνση URL της Σελίδας Βοήθειας https://softsengine.zendesk.com/
URL της Σελίδας Πολιτικής Απορρήτου https://streamstore.net/privacy-policy
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BuzzPress Extension",
    "version": "0.9.2",
    "description": "BuzzPress Products Importer Extension for Chrome",
    "manifest_version": 2,
    "icons": {
        "128": "images\/icons\/icon_128.png",
        "90": "images\/icons\/icon_90.png",
        "48": "images\/icons\/icon_48.png",
        "32": "images\/icons\/icon_32.png",
        "24": "images\/icons\/icon_24.png",
        "16": "images\/icons\/icon_16.png"
    },
    "browser_action": {
        "default_icon": "images\/icons\/icon_90.png",
        "default_title": "BuzzPress Products Importer Extension",
        "default_popup": "templates\/options.html"
    },
    "options_page": "templates\/options.html",
    "options_ui": {
        "page": "templates\/options.html",
        "chrome_style": true
    },
    "web_accessible_resources": [
        "templates\/importer.html",
        "images\/icons\/*.*",
        "css\/style.css",
        "css\/font-awesome.css",
        "fonts\/*.woff",
        "fonts\/*.eot",
        "fonts\/*.svg",
        "fonts\/*.ttf",
        "fonts\/*.woff2"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/lib\/jquery-3.1.1.js",
                "js\/lib\/jquery-ui.js",
                "js\/content.js"
            ],
            "css": [
                "css\/style.css",
                "css\/font-awesome.css"
            ]
        }
    ],
    "background": {
        "persistent": false,
        "page": "templates\/background.html"
    },
    "permissions": [
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "*:\/\/*.amazon.com\/*",
        "*:\/\/*.amazon.co.uk\/*",
        "*:\/\/*.amazon.de\/*",
        "*:\/\/*.amazon.cn\/*",
        "*:\/\/*.amazon.it\/*",
        "*:\/\/*.amazon.es\/*",
        "*:\/\/*.amazon.co.jp\/*",
        "*:\/\/*.amazon.ca\/*",
        "*:\/\/*.amazon.fr\/*",
        "*:\/\/*.amazon.in\/*",
        "*:\/\/*.amazon.com.mx\/*",
        "*:\/\/*.amazon.com.br\/*"
    ]
}