Flesko v2.0

Finds for you every online coupon while you're shopping! Install it to display all active voucher codes in stores and search results

什么是Flesko v2.0?

Flesko v2.0是由Rentabilisense开发的Chrome扩展程序,该扩展的主要功能是“Finds for you every online coupon while you're shopping! Install it to display all active voucher codes in stores and search results”。

扩展截图

screenshot
screenshot
screenshot

下载Flesko v2.0扩展crx文件

下载Flesko v2.0扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                                            

扩展基本信息

名称 Flesko v2.0 Flesko v2.0
ID aageghngjdejoeppnjmnbbcfcfbhnipn
官方URL https://chrome.google.com/webstore/detail/flesko-v20/aageghngjdejoeppnjmnbbcfcfbhnipn
简介 Finds for you every online coupon while you're shopping! Install it to display all active voucher codes in stores and search results
文件大小 147 KB
安装次数 218
当前版本 2.0.0
更新时间 2016-03-21
上架时间 2016-03-21
评分 3.00/5 共2次评分
开发者 Rentabilisense
付费类型 free
扩展官网 http://www.codigos-descuento.com
支持的语言 en,fr,nl,tr,es,it,pl,pt-BR,pt-PT,fi,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "description": "__MSG_appDescription__",
    "default_locale": "en",
    "version": "2.0.0",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "options_page": "options.html",
    "background": {
        "scripts": [
            "js\/jquery.js",
            "js\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_idle",
            "css": [
                "css\/merchant.css"
            ],
            "js": [
                "js\/jquery.js",
                "js\/merchant.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_end",
            "css": [
                "css\/searchengine.css"
            ],
            "js": [
                "js\/jquery.js",
                "js\/searchengine.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_start",
            "js": [
                "js\/jquery.js",
                "js\/discountcodes.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "images\/icon19.png",
        "images\/icon42.png",
        "data.json",
        "data-empty.json"
    ],
    "permissions": [
        "tabs",
        "webNavigation",
        "*:\/\/*\/*",
        "storage"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}