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是由XL PLANET开发的Chrome扩展程序,该扩展的主要功能是“Instant access to your online shopping paradise. The more transaction you've made from here, the more point-cashback you'll get!”。

扩展截图

screenshot

下载elevenia扩展crx文件

下载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!                    

扩展基本信息

名称 elevenia elevenia
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
}