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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}