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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension assists shoppers to take items to checkout and place manual requests directly from supported sites like Amazon."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Backpack Assistant एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
        }
    ]
}