Amazon2Backpack

This extension creates a BackPack link from an Amazon.com product page

Cos'è Amazon2Backpack?

Amazon2Backpack è un'estensione di Chrome sviluppata da Salman Siddique, e la sua funzione principale è "This extension creates a BackPack link from an Amazon.com product page".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Amazon2Backpack

Scarica i file di estensione Amazon2Backpack in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        This extension creates a BackPack link from an Amazon.com product page

Just open a product page in Amazon.com and click the BackPack Icon in upper left corner.
A new tab with the BackPack link will open.

Note: Backpack does not support all products from Amazon.com. 
In those cases "Sorry! This item is not available right now." error message appears.                    

Informazioni di Base sull'Estensione

Nome Amazon2Backpack Amazon2Backpack
ID apabiiianafbkdoebdfmhbcikmcoiimi
URL Ufficiale https://chromewebstore.google.com/detail/amazon2backpack/apabiiianafbkdoebdfmhbcikmcoiimi
Descrizione This extension creates a BackPack link from an Amazon.com product page
Dimensione del File 6.65 KB
Conteggio Installazioni 107
Versione Corrente 1.2
Ultimo Aggiornamento 2017-12-07
Data di Pubblicazione 2017-12-06
Valutazione 4.75/5 Totale 4 Valutazioni
Sviluppatore Salman Siddique
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Amazon2Backpack",
    "description": "This extension creates a BackPack link from an Amazon.com product page",
    "version": "1.2",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Amazon2Backpack",
        "default_icon": "icon.png"
    }
}