PinAli - PinIt button for AliExpress images

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

Qu'est-ce que PinAli - PinIt button for AliExpress images ?

PinAli - PinIt button for AliExpress images est une extension Chrome développée par CodedByHand, et sa fonction principale est "Add PinIt button for every image on AliExpress pages and share easy your shopping style.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension PinAli - PinIt button for AliExpress images

Téléchargez les fichiers d'extension PinAli - PinIt button for AliExpress images au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                                            

Informations de Base sur l'Extension

Nom PinAli - PinIt button for AliExpress images PinAli - PinIt button for AliExpress images
ID nejbfcpiopnbijigppomhgpieofpkfkb
URL Officiel https://chromewebstore.google.com/detail/pinali-pinit-button-for-a/nejbfcpiopnbijigppomhgpieofpkfkb
Description Add PinIt button for every image on AliExpress pages and share easy your shopping style.
Taille du Fichier 11.37 KB
Nombre d'Installations 17
Version Actuelle 1.0.2
Dernière Mise à Jour 2015-04-07
Date de Publication 2015-04-07
Développeur CodedByHand
Type de Paiement free
URL de la Page de Politique de Confidentialité https://sites.google.com/view/coded-by-hand-privacy-policy
Langues Prises en Charge 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"
            ]
        }
    ]
}