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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 } |