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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "KidStart Savings Prompt helps you make sure you never forget to save for your kids while shopping online."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में KidStart Savings Prompt एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
}