elevenia
Instant access to your online shopping paradise. The more transaction you've made from here, the more point-cashback you'll get!
Что такое elevenia?
elevenia - это расширение Chrome, разработанное XL PLANET, и его основная функция - "Instant access to your online shopping paradise. The more transaction you've made from here, the more point-cashback you'll get!".
Снимки экрана расширения
Скачать файл CRX расширения elevenia
Скачайте файлы расширений elevenia в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Instant access to your online shopping paradise. The more transaction you've made from here, the more point-cashback you'll get!
Основная информация о расширении
Название | |
ID | bechoehaabfagnahlkfifbjhdcmcejde |
Официальный URL | https://chrome.google.com/webstore/detail/elevenia/bechoehaabfagnahlkfifbjhdcmcejde |
Описание | Instant access to your online shopping paradise. The more transaction you've made from here, the more point-cashback you'll get! |
Размер файла | 12.46 KB |
Количество установок | 828 |
Текущая Версия | 1.1 |
Последнее Обновление | 2014-12-15 |
Дата публикации | 2014-12-15 |
Рейтинг | 4.34/5 Всего 47 оценок |
Разработчик | XL PLANET |
Тип оплаты | free |
Официальный сайт расширения | http://www.elevenia.co.id |
Поддерживаемые языки | 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 } |