PinAli - PinIt button for AliExpress images

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

Co to jest PinAli - PinIt button for AliExpress images?

PinAli - PinIt button for AliExpress images to rozszerzenie Chrome opracowane przez CodedByHand, a jego główną funkcją jest „Add PinIt button for every image on AliExpress pages and share easy your shopping style.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia PinAli - PinIt button for AliExpress images

Pobierz pliki rozszerzeń PinAli - PinIt button for AliExpress images w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                                            

Podstawowe informacje o rozszerzeniu

Nazwa PinAli - PinIt button for AliExpress images PinAli - PinIt button for AliExpress images
ID nejbfcpiopnbijigppomhgpieofpkfkb
Oficjalny URL https://chromewebstore.google.com/detail/pinali-pinit-button-for-a/nejbfcpiopnbijigppomhgpieofpkfkb
Opis Add PinIt button for every image on AliExpress pages and share easy your shopping style.
Rozmiar pliku 11.37 KB
Liczba instalacji 17
Aktualna Wersja 1.0.2
Ostatnia Aktualizacja 2015-04-07
Data Publikacji 2015-04-07
Deweloper CodedByHand
Typ Płatności free
Adres URL Strony Polityki Prywatności https://sites.google.com/view/coded-by-hand-privacy-policy
Obsługiwane Języki 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"
            ]
        }
    ]
}