BLI-FIND

A Chrome extension project with Vue.js

BLI-FINDคืออะไร?

BLI-FIND เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://blibli.com และคุณลักษณะหลักของมันคือ "A Chrome extension project with Vue.js"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BLI-FIND

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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"
    ]
}