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
Eメール [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"
}