KidStart Savings Prompt

KidStart Savings Prompt helps you make sure you never forget to save for your kids while shopping online.

什么是KidStart Savings Prompt?

KidStart Savings Prompt是由https://www.kidstart.co.uk开发的Chrome扩展程序,该扩展的主要功能是“KidStart Savings Prompt helps you make sure you never forget to save for your kids while shopping online.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载KidStart Savings Prompt扩展crx文件

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

扩展使用说明

                        If you're a KidStart member, you won't want to miss out on potential savings for your children. KidStart Savings Prompt safely alerts you to savings opportunities as you browse. 

Our new version gives you more special offers, access to your online account, and now logs you in automatically when you visit our website, so you always know your savings are recorded.

To join KidStart,  visit www.kidstart.co.uk.                    

扩展基本信息

名称 KidStart Savings Prompt KidStart Savings Prompt
ID agbkobfhnfgoioipaedgcjdhojbjhpcg
官方URL https://chromewebstore.google.com/detail/kidstart-savings-prompt/agbkobfhnfgoioipaedgcjdhojbjhpcg
简介 KidStart Savings Prompt helps you make sure you never forget to save for your kids while shopping online.
文件大小 286 KB
安装次数 7,407
当前版本 1.0.7.3
更新时间 2023-09-22
上架时间 2018-07-26
评分 4.15/5 共20次评分
开发者 https://www.kidstart.co.uk
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://www.kidstart.co.uk/view/privacysecuritypolicy.aspx
支持的语言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "img\/icon18.png",
        "default_title": "KidStart Savings Prompt"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "ci.content.pack.js",
                "js\/libs\/jquery-1.9.1.min.js",
                "jquery-ui-1.9.2.min.js",
                "js\/style.js",
                "js\/content\/content.js",
                "js\/content\/modal.js",
                "js\/content\/slider.js",
                "js\/content\/serp.js",
                "js\/content\/checkout.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": false,
            "js": [
                "ci.browser.helper.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "description": "KidStart Savings Prompt helps you make sure you never forget to save for your kids while shopping online.",
    "homepage_url": "https:\/\/www.kidstart.co.uk\/",
    "icons": {
        "128": "img\/icon128.png",
        "16": "img\/icon16.png",
        "18": "img\/icon18.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png",
        "64": "img\/icon64.png"
    },
    "manifest_version": 2,
    "name": "KidStart Savings Prompt",
    "permissions": [
        "tabs",
        "webNavigation",
        "contextMenus",
        "webRequest",
        "storage",
        ""
    ],
    "version": "1.0.7.3"
}