PinAli - PinIt button for AliExpress images

Add PinIt button for every image on AliExpress pages and share easy your shopping style.

Cos'è PinAli - PinIt button for AliExpress images?

PinAli - PinIt button for AliExpress images è un'estensione di Chrome sviluppata da CodedByHand, e la sua funzione principale è "Add PinIt button for every image on AliExpress pages and share easy your shopping style.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione PinAli - PinIt button for AliExpress images

Scarica i file di estensione PinAli - PinIt button for AliExpress images 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

                                            

Informazioni di Base sull'Estensione

Nome PinAli - PinIt button for AliExpress images PinAli - PinIt button for AliExpress images
ID nejbfcpiopnbijigppomhgpieofpkfkb
URL Ufficiale https://chromewebstore.google.com/detail/pinali-pinit-button-for-a/nejbfcpiopnbijigppomhgpieofpkfkb
Descrizione Add PinIt button for every image on AliExpress pages and share easy your shopping style.
Dimensione del File 11.37 KB
Conteggio Installazioni 17
Versione Corrente 1.0.2
Ultimo Aggiornamento 2015-04-07
Data di Pubblicazione 2015-04-07
Sviluppatore CodedByHand
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://sites.google.com/view/coded-by-hand-privacy-policy
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PinAli - PinIt button for AliExpress images",
    "short_name": "PinAli",
    "version": "1.0.2",
    "description": "Add PinIt button for every image on AliExpress pages and share easy your shopping style.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [],
    "background": [],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/activities.aliexpress.com\/*",
                "http:\/\/www.aliexpress.com\/*",
                "http:\/\/es.aliexpress.com\/*",
                "http:\/\/pt.aliexpress.com\/*",
                "http:\/\/ru.aliexpress.com\/*"
            ],
            "js": [
                "pinali.js"
            ]
        }
    ]
}