BLI-FIND

A Chrome extension project with Vue.js

BLI-FIND là gì?

BLI-FIND là một tiện ích mở rộng Chrome được phát triển bởi https://blibli.com, và tính năng chính của nó là "A Chrome extension project with Vue.js".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng BLI-FIND

Tải xuống các tệp mở rộng BLI-FIND dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên BLI-FIND BLI-FIND
ID mfbdecdchofbemoiclgdifnpdimhmmdf
URL Chính Thức https://chromewebstore.google.com/detail/bli-find/mfbdecdchofbemoiclgdifnpdimhmmdf
Mô tả A Chrome extension project with Vue.js
Kích Thước Tệp 139 KB
Số Lần Cài Đặt 80
Phiên Bản Hiện Tại 1.0.5
Cập Nhật Lần Cuối 2019-01-15
Ngày Phát Hành 2019-01-09
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://blibli.com
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.blibli.com/page/kebijakan-privasi
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}