elevenia

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

Was ist elevenia?

elevenia ist eine Chrome-Erweiterung, die von XL PLANET entwickelt wurde, und ihr Hauptmerkmal ist "Instant access to your online shopping paradise. The more transaction you've made from here, the more point-cashback you'll get!".

Erweiterungsscreenshots

screenshot

elevenia-Erweiterungs-CRX-Datei herunterladen

Laden Sie elevenia-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name elevenia elevenia
ID bechoehaabfagnahlkfifbjhdcmcejde
Offizielle URL https://chrome.google.com/webstore/detail/elevenia/bechoehaabfagnahlkfifbjhdcmcejde
Beschreibung Instant access to your online shopping paradise. The more transaction you've made from here, the more point-cashback you'll get!
Dateigröße 12.46 KB
Installationsanzahl 828
Aktuelle Version 1.1
Letztes Update 2014-12-15
Veröffentlichungsdatum 2014-12-15
Bewertung 4.34/5 Insgesamt 47 Bewertungen
Entwickler XL PLANET
Zahlungsart free
Erweiterungswebsite http://www.elevenia.co.id
Unterstützte Sprachen 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
}