Script Keeper

Save and load drug lists from medicare.gov.

Script Keeperとは何ですか?

Script KeeperはScript Keeperによって開発されたChromeの拡張機能で、その主な機能は「Save and load drug lists from medicare.gov.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Script Keeper拡張機能のCRXファイルをダウンロード

Script Keeper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 Script Keeper Script Keeper
ID oibkmifcgjkkfadphlimdeaephokhjkc
公式URL https://chromewebstore.google.com/detail/script-keeper/oibkmifcgjkkfadphlimdeaephokhjkc
説明 Save and load drug lists from medicare.gov.
ファイルサイズ 1.19 MB
インストール数 68
現在のバージョン 1.2.6
最終更新日 2023-11-30
公開日 2021-07-09
評価 5.00/5 合計 4 レビュー
開発者 Script Keeper
Eメール [email protected]
支払い方法 in_app
拡張機能のウェブサイト https://www.rxscriptkeeper.com
ヘルプページのURL https://www.rxscriptkeeper.com
プライバシーポリシーページのURL https://static1.squarespace.com/static/609ae7562013d65983081424/t/60d7ce89dc4c9a12261ea16b/1624755849329/Script+Keeper+Privacy+Policy+-+June+26+2021.pdf
対応言語 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'"
    }
}