BLI-FIND

A Chrome extension project with Vue.js

什麼是BLI-FIND?

BLI-FIND是由https://blibli.com開發的Chrome擴展程式,該擴展的主要功能是“A Chrome extension project with Vue.js”。

擴展截圖

screenshot
screenshot
screenshot

下載BLI-FIND擴展crx文件

下載BLI-FIND擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 BLI-FIND BLI-FIND
ID mfbdecdchofbemoiclgdifnpdimhmmdf
官方網址 https://chromewebstore.google.com/detail/bli-find/mfbdecdchofbemoiclgdifnpdimhmmdf
簡介 A Chrome extension project with Vue.js
檔案大小 139 KB
安裝次數 80
目前版本 1.0.5
更新時間 2019-01-15
上架時間 2019-01-09
評分 5.00/5 共 1 次評分
開發者 https://blibli.com
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://www.blibli.com/page/kebijakan-privasi
支援的語言 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"
    ]
}