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
官方網址 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"
}