Little Birdie | Get the best price

Compare prices instantly from 1000s of stores while you shop

Little Birdie | Get the best price란 무엇입니까?

Little Birdie | Get the best price은(는) https://littlebirdie.com.au에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Compare prices instantly from 1000s of stores while you shop"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Little Birdie | Get the best price 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Get the best price 💸

Add Little Birdie to your browser in seconds and shop like normal. 

🧐 COMPARE 1,000s OF STORES INSTANTLY 
Don’t open a million tabs when you shop online. We’ll automatically pop up and compare prices on the fly when you visit a store’s product page 

🤓 LITTLE BIRDIE IS UNBIASED  
We promise to show you the best price, regardless of our store affiliations 

🔔 GET PRICE DROP ALERTS
Got your eye on a product? Set a price alert and we’ll notify you when the price drops 

📉 SEE THE PRICE HISTORY
Know if it’s a good time to buy by looking at the price history of the product you’re interested in 

Always want the best price? Add the Little Birdie to your iPhone and iPad too. 
—---------------------------------------

By using the Little Birdie extension, you agree to our Terms & Conditions (https://www.littlebirdie.com/terms) and Privacy Policy (https://www.littlebirdie.com/privacy).                    

확장 프로그램 기본 정보

이름 Little Birdie | Get the best price Little Birdie | Get the best price
ID eclmkceplokololbkleieojfomhcicdf
공식 URL https://chromewebstore.google.com/detail/little-birdie-get-the-bes/eclmkceplokololbkleieojfomhcicdf
설명 Compare prices instantly from 1000s of stores while you shop
파일 크기 3.67 MB
설치 횟수 9,320
현재 버전 1.3.230
최근 업데이트 2024-02-21
출시 날짜 2023-06-21
평점 5.00/5 총 13 개의 평점
개발자 https://littlebirdie.com.au
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.littlebirdie.com.au/
도움말 페이지 URL https://help.littlebirdie.com.au/hc/en-us
개인정보 보호 정책 페이지 URL https://www.littlebirdie.com.au/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Little Birdie | Get the best price",
    "version": "1.3.230",
    "description": "Compare prices instantly from 1000s of stores while you shop",
    "author": "Little Birdie",
    "homepage_url": "https:\/\/www.littlebirdie.com.au",
    "short_name": "Little Birdie",
    "action": [],
    "icons": {
        "16": "littlebirdie16.png",
        "32": "littlebirdie32.png",
        "48": "littlebirdie48.png",
        "128": "littlebirdie128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "static\/js\/runtime-listener.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "exclude_matches": [
                "https:\/\/littlebirdie.dev\/*",
                "https:\/\/www.littlebirdie.com.au\/*"
            ],
            "css": [
                "static\/css\/main.css"
            ],
            "js": [
                "static\/js\/content.js"
            ]
        }
    ],
    "background": {
        "service_worker": "static\/js\/background.js",
        "type": "module"
    },
    "sandbox": {
        "pages": [
            "sandbox.html"
        ]
    },
    "permissions": [
        "storage"
    ],
    "content_security_policy": [],
    "web_accessible_resources": [
        {
            "resources": [
                "\/assets\/*",
                "sandbox.html",
                "static\/js\/sandbox.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "externally_connectable": {
        "ids": [
            "*"
        ],
        "matches": [
            "https:\/\/littlebirdie.dev\/*",
            "https:\/\/www.littlebirdie.com.au\/*"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAiIncUDnBLKL7au2OeMJqss8kKe5fhgXOkPM012sB7mEIfiEmfKtOlTqqKWChG1sDdhBTfHo9aqyjpsa1vL2CLRcu6qZti0BsK8LPF4OljJgK8PyQRUaeiHAKQKPFpQVhrvxCl0bdl4M80cHPv+CabyZt\/dI4OUPaqmWf6+6DD1Q\/Xub4FzSmKXRlMYFHBstH3U1jVnngdXqoFLMvNvRPCY3ctersFXgnupQK6fNr+Qo2fz+0ZrCk9T5n3nnQmbAu3Lq4\/5NJZ+Qzui0nGDOxckTDW1pG\/pX6Fc11jTr5OaYjDXPTQZAkjsCxh9TVu0NdSrPiNerSCM1ZFktpfN7wGQIDAQAB"
}