Script Keeper

Save and load drug lists from medicare.gov.

Apa itu Script Keeper?

Script Keeper adalah ekstensi Chrome yang dikembangkan oleh Script Keeper, dan fitur utamanya adalah "Save and load drug lists from medicare.gov.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Script Keeper

Unduh file ekstensi Script Keeper dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Script Keeper Script Keeper
ID oibkmifcgjkkfadphlimdeaephokhjkc
URL Resmi https://chromewebstore.google.com/detail/script-keeper/oibkmifcgjkkfadphlimdeaephokhjkc
Deskripsi Save and load drug lists from medicare.gov.
Ukuran File 1.19 MB
Jumlah Instalasi 68
Versi Saat Ini 1.2.6
Terakhir Diperbarui 2023-11-30
Tanggal Publikasi 2021-07-09
Penilaian 5.00/5 Total 4 Penilaian
Pengembang Script Keeper
Email [email protected]
Tipe Pembayaran in_app
Situs Ekstensi https://www.rxscriptkeeper.com
URL Halaman Bantuan https://www.rxscriptkeeper.com
URL Halaman Kebijakan Privasi https://static1.squarespace.com/static/609ae7562013d65983081424/t/60d7ce89dc4c9a12261ea16b/1624755849329/Script+Keeper+Privacy+Policy+-+June+26+2021.pdf
Bahasa yang Didukung 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'"
    }
}