elevenia
Instant access to your online shopping paradise. The more transaction you've made from here, the more point-cashback you'll get!
What is elevenia?
elevenia is a Chrome extension developed by XL PLANET, and its main feature is "Instant access to your online shopping paradise. The more transaction you've made from here, the more point-cashback you'll get!".
Extension Screenshots
Download elevenia Extension CRX File
Download elevenia extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Instant access to your online shopping paradise. The more transaction you've made from here, the more point-cashback you'll get!
Extension Basic Information
Name | |
ID | bechoehaabfagnahlkfifbjhdcmcejde |
Official URL | https://chrome.google.com/webstore/detail/elevenia/bechoehaabfagnahlkfifbjhdcmcejde |
Description | Instant access to your online shopping paradise. The more transaction you've made from here, the more point-cashback you'll get! |
File Size | 12.46 KB |
Installation Count | 828 |
Current Version | 1.1 |
Last Updated | 2014-12-15 |
Publish Date | 2014-12-15 |
Rating | 4.34/5 Total 47 Ratings |
Developer | XL PLANET |
Payment Type | free |
Extension Website | http://www.elevenia.co.id |
Supported Languages | 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 } |