Bookindy – Browse Amazon, buy independent

Browse Amazon and get the local bookshop price, which is sometimes cheaper. Buy online and pick up or get it delivered.

Bookindy – Browse Amazon, buy independent란 무엇입니까?

Bookindy – Browse Amazon, buy independent은(는) https://bookindy.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Browse Amazon and get the local bookshop price, which is sometimes cheaper. Buy online and pick up or get it delivered."입니다.

확장 프로그램 스크린샷

screenshot

Bookindy – Browse Amazon, buy independent 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension works for Amazon UK only. US, Canada, Australia and Germany in the works.

Amazon isn’t always cheaper than your local bookshop – You could use Bookindy to ensure you’re buying at the cheapest price.

Books are sometimes out of stock on Amazon, but in stock at your local bookshop – You could use Bookindy to buy a book before it’s restocked on Amazon.

Bookindy uses a brilliant service for independent bookshops called Hive, who deliver books directly from the wholesaler. Whether you pick up or get it delivered, your local bookshop benefits. You could use Bookindy to support your local independent bookshop and never actually visit it! 

Install and see for yourself.                    

확장 프로그램 기본 정보

이름 Bookindy – Browse Amazon, buy independent Bookindy – Browse Amazon, buy independent
ID pkojccpfacognnfgbafojnnlkeifcmhe
공식 URL https://chromewebstore.google.com/detail/bookindy-%E2%80%93-browse-amazon/pkojccpfacognnfgbafojnnlkeifcmhe
설명 Browse Amazon and get the local bookshop price, which is sometimes cheaper. Buy online and pick up or get it delivered.
파일 크기 104 KB
설치 횟수 903
현재 버전 1.2.3
최근 업데이트 2015-10-05
출시 날짜 2015-10-05
평점 4.32/5 총 25 개의 평점
개발자 https://bookindy.com
결제 유형 free
확장 프로그램 웹 사이트 http://bookindy.com
도움말 페이지 URL http://bookindy.com
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bookindy \u2013 Browse Amazon, buy independent",
    "short_name": "Bookindy",
    "version": "1.2.3",
    "manifest_version": 2,
    "description": "Browse Amazon and get the local bookshop price, which is sometimes cheaper. Buy online and pick up or get it delivered.",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.amazon.co.uk\/*",
                "*:\/\/www.amazon.com\/*"
            ],
            "js": [
                "scripts\/contentscript.js"
            ],
            "css": [],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        "elements\/*",
        "bower_components\/*"
    ],
    "permissions": [
        "tabs",
        "*:\/\/www.amazon.co.uk\/*",
        "*:\/\/www.amazon.com\/*",
        "*:\/\/*.hive.co.uk\/*",
        "geolocation",
        "storage"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}