Script Keeper
Save and load drug lists from medicare.gov.
Wat is Script Keeper?
Script Keeper is een Chrome-extensie ontwikkeld door Script Keeper, en de belangrijkste functie is "Save and load drug lists from medicare.gov.".
Extensie Screenshots
Download het CRX-bestand van de extensie Script Keeper
Download Script Keeper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Script Keeper |
ID | oibkmifcgjkkfadphlimdeaephokhjkc |
Officiële URL | https://chromewebstore.google.com/detail/script-keeper/oibkmifcgjkkfadphlimdeaephokhjkc |
Beschrijving | Save and load drug lists from medicare.gov. |
Bestandsgrootte | 1.19 MB |
Aantal Installaties | 68 |
Huidige Versie | 1.2.6 |
Laatst Bijgewerkt | 2023-11-30 |
Publicatiedatum | 2021-07-09 |
Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | Script Keeper |
[email protected] | |
Betalingswijze | in_app |
Extensiewebsite | https://www.rxscriptkeeper.com |
Help Pagina-URL | https://www.rxscriptkeeper.com |
URL van de Privacybeleid Pagina | https://static1.squarespace.com/static/609ae7562013d65983081424/t/60d7ce89dc4c9a12261ea16b/1624755849329/Script+Keeper+Privacy+Policy+-+June+26+2021.pdf |
Ondersteunde Talen | 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'" } } |