Script Keeper
Save and load drug lists from medicare.gov.
Qu'est-ce que Script Keeper ?
Script Keeper est une extension Chrome développée par Script Keeper, et sa fonction principale est "Save and load drug lists from medicare.gov.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Script Keeper
Téléchargez les fichiers d'extension Script Keeper au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Script Keeper |
ID | oibkmifcgjkkfadphlimdeaephokhjkc |
URL Officiel | https://chromewebstore.google.com/detail/script-keeper/oibkmifcgjkkfadphlimdeaephokhjkc |
Description | Save and load drug lists from medicare.gov. |
Taille du Fichier | 1.19 MB |
Nombre d'Installations | 68 |
Version Actuelle | 1.2.6 |
Dernière Mise à Jour | 2023-11-30 |
Date de Publication | 2021-07-09 |
Évaluation | 5.00/5 Total 4 Évaluations |
Développeur | Script Keeper |
[email protected] | |
Type de Paiement | in_app |
Site Web de l'Extension | https://www.rxscriptkeeper.com |
URL de la Page d'Aide | https://www.rxscriptkeeper.com |
URL de la Page de Politique de Confidentialité | https://static1.squarespace.com/static/609ae7562013d65983081424/t/60d7ce89dc4c9a12261ea16b/1624755849329/Script+Keeper+Privacy+Policy+-+June+26+2021.pdf |
Langues Prises en Charge | 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'" } } |