BLI-FIND

A Chrome extension project with Vue.js

Was ist BLI-FIND?

BLI-FIND ist eine Chrome-Erweiterung, die von https://blibli.com entwickelt wurde, und ihr Hauptmerkmal ist "A Chrome extension project with Vue.js".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

BLI-FIND-Erweiterungs-CRX-Datei herunterladen

Laden Sie BLI-FIND-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

                        Find products and latest deals without opening Blibli.com from Chrome browser. Shop more goods, save more time!

Welcome to BLI-FIND! 

Browse product easily while staying productive in Chrome Browser at the same time. Here are some exclusive features you can enjoy:
- What are you looking for today? Search and find cool product selection simply by entering product name or brand name!
- See top 5 results from Blibli.com while you search product online in Google Search
- No more missing out on our best daily deals! Explore Blibli.com latest offers and find the best ones for your needs                    

Grundlegende Informationen zur Erweiterung

Name BLI-FIND BLI-FIND
ID mfbdecdchofbemoiclgdifnpdimhmmdf
Offizielle URL https://chromewebstore.google.com/detail/bli-find/mfbdecdchofbemoiclgdifnpdimhmmdf
Beschreibung A Chrome extension project with Vue.js
Dateigröße 139 KB
Installationsanzahl 80
Aktuelle Version 1.0.5
Letztes Update 2019-01-15
Veröffentlichungsdatum 2019-01-09
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://blibli.com
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://www.blibli.com/page/kebijakan-privasi
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BLI-FIND",
    "short_name": "BLI-FIND",
    "description": "A Chrome extension project with Vue.js",
    "author": "anandtiwari ",
    "version": "1.0.5",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "",
        "*:\/\/*\/*",
        "tabs",
        "background",
        "unlimitedStorage",
        "storage",
        "https:\/\/www.lazada.co.id\/",
        "https:\/\/www.lazada.com.my\/"
    ],
    "browser_action": {
        "default_title": "title",
        "default_popup": "pages\/popup.html"
    },
    "background": {
        "persistent": false,
        "page": "pages\/background.html"
    },
    "options_page": "pages\/options.html",
    "content_scripts": [
        {
            "css": [],
            "js": [
                "js\/manifest.js",
                "js\/vendor.js",
                "js\/content.js"
            ],
            "run_at": "document_end",
            "matches": [
                ""
            ],
            "all_frames": true
        }
    ],
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "web_accessible_resources": [
        "js\/content.js"
    ]
}