elevenia

Instant access to your online shopping paradise. The more transaction you've made from here, the more point-cashback you'll get!

Co to jest elevenia?

elevenia to rozszerzenie Chrome opracowane przez XL PLANET, a jego główną funkcją jest „Instant access to your online shopping paradise. The more transaction you've made from here, the more point-cashback you'll get!”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia elevenia

Pobierz pliki rozszerzeń elevenia 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

                        Instant access to your online shopping paradise. The more transaction you've made from here, the more point-cashback you'll get!                    

Podstawowe informacje o rozszerzeniu

Nazwa elevenia elevenia
ID bechoehaabfagnahlkfifbjhdcmcejde
Oficjalny URL https://chrome.google.com/webstore/detail/elevenia/bechoehaabfagnahlkfifbjhdcmcejde
Opis Instant access to your online shopping paradise. The more transaction you've made from here, the more point-cashback you'll get!
Rozmiar pliku 12.46 KB
Liczba instalacji 828
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2014-12-15
Data Publikacji 2014-12-15
Ocena 4.34/5 Łącznie 47 Oceny
Deweloper XL PLANET
Typ Płatności free
Strona Rozszerzenia http://www.elevenia.co.id
Obsługiwane Języki id
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "elevenia",
    "description": "Instant access to your online shopping paradise. The more transaction you've made from here, the more point-cashback you'll get!",
    "version": "1.1",
    "permissions": [
        "activeTab",
        "tabs",
        "http:\/\/www.elevenia.co.id\/*",
        "https:\/\/www.elevenia.co.id\/*"
    ],
    "background": {
        "scripts": [
            "elevenia_chrome.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "elevenia",
        "default_icon": "Icon-chrome_16x16.png"
    },
    "icons": {
        "16": "Icon-chrome_16x16.png",
        "48": "Icon-chrome_48x48.png",
        "128": "Icon-chrome_128x128.png"
    },
    "manifest_version": 2
}