Backpack Assistant

This extension assists shoppers to take items to checkout and place manual requests directly from supported sites like Amazon.

Backpack Assistant란 무엇입니까?

Backpack Assistant은(는) https://backpackbang.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension assists shoppers to take items to checkout and place manual requests directly from supported sites like Amazon."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Backpack Assistant 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension displays the item price at Backpack along with the estimated time of arrival in Bangladesh.

Click on the Buy Now button and the item will be taken to your Backpack checkout.

“Place manual request”  button will appear when an item will require approval of Backpack’s admin to bring. Clicking on the button will take you to manual request submission page with information filled.

Clicking on the item name on the left will take you to the item page on Backpack's website. And if you change the color or size for an item on the Amazon item page, the Backpack price will be updated automatically.

Clicking on the Backpack extension icon on the right end opens a drop down mini window for the Backpack site. This means you can browse our site for items right there on the Amazon item page.                    

확장 프로그램 기본 정보

이름 Backpack Assistant Backpack Assistant
ID debfefmfahocmpjephpmplljfmjjadml
공식 URL https://chromewebstore.google.com/detail/backpack-assistant/debfefmfahocmpjephpmplljfmjjadml
설명 This extension assists shoppers to take items to checkout and place manual requests directly from supported sites like Amazon.
파일 크기 74.54 KB
설치 횟수 1,804
현재 버전 0.0.14
최근 업데이트 2018-05-03
출시 날짜 2018-05-03
평점 4.44/5 총 34 개의 평점
개발자 https://backpackbang.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://backpackbang.com
도움말 페이지 URL http://support.backpackbang.com/hc/en-us/articles/115000894352-What-is-Backpack-Assistant-and-how-does-it-work
개인정보 보호 정책 페이지 URL https://backpackbang.com/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Backpack Assistant",
    "description": "This extension assists shoppers to take items to checkout and place manual requests directly from supported sites like Amazon.",
    "version": "0.0.14",
    "homepage_url": "https:\/\/backpackbang.com\/",
    "icons": {
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png",
        "256": "icons\/icon-256.png",
        "310": "icons\/icon-310.png"
    },
    "permissions": [
        "*:\/\/*.amazon.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.amazon.com\/*"
            ],
            "js": [
                "inject\/jquery-3.2.1.min.js",
                "inject\/inject.js"
            ],
            "css": [
                "inject\/inject.css"
            ],
            "run_at": "document_end"
        }
    ]
}