Script Keeper

Save and load drug lists from medicare.gov.

What is Script Keeper?

Script Keeper is a Chrome extension developed by Script Keeper, and its main feature is "Save and load drug lists from medicare.gov.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Script Keeper Extension CRX File

Download Script Keeper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Script Keeper is a tool for saving and loading drug lists that are built using the medicare.gov site. Script Keeper aims to improve drug list building workflow by making it quick and easy to save anonymous drug list information                    

Extension Basic Information

Name Script Keeper Script Keeper
ID oibkmifcgjkkfadphlimdeaephokhjkc
Official URL https://chromewebstore.google.com/detail/script-keeper/oibkmifcgjkkfadphlimdeaephokhjkc
Description Save and load drug lists from medicare.gov.
File Size 1.19 MB
Installation Count 68
Current Version 1.2.6
Last Updated 2023-11-30
Publish Date 2021-07-09
Rating 5.00/5 Total 4 Ratings
Developer Script Keeper
Email [email protected]
Payment Type in_app
Extension Website https://www.rxscriptkeeper.com
Help Page URL https://www.rxscriptkeeper.com
Privacy Policy Page URL https://static1.squarespace.com/static/609ae7562013d65983081424/t/60d7ce89dc4c9a12261ea16b/1624755849329/Script+Keeper+Privacy+Policy+-+June+26+2021.pdf
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Save and load drug lists from medicare.gov.",
    "version": "1.2.6",
    "name": "Script Keeper",
    "permissions": [
        "storage",
        "activeTab",
        "unlimitedStorage",
        "clipboardWrite",
        "scripting"
    ],
    "options_page": "options.html",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.medicare.gov\/plan-compare\/*"
            ],
            "run_at": "document_start",
            "js": [
                "fetchSessionStorage.bundle.js"
            ]
        }
    ],
    "manifest_version": 3,
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}