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
官方網址 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
電子郵箱 [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'"
    }
}