SageSure Flash Enabler
Automatically enables flash on the SageSure Agent Portal (Only).
Cos'è SageSure Flash Enabler?
SageSure Flash Enabler è un'estensione di Chrome sviluppata da icgtools, e la sua funzione principale è "Automatically enables flash on the SageSure Agent Portal (Only).".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione SageSure Flash Enabler
Scarica i file di estensione SageSure Flash Enabler in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
SageSure Flash Enabler Informazioni di Base sull'Estensione
| Nome | |
| ID | dbhkpibloniaemkipklamlepffjihaom |
| URL Ufficiale | https://chromewebstore.google.com/detail/sagesure-flash-enabler/dbhkpibloniaemkipklamlepffjihaom |
| Descrizione | Automatically enables flash on the SageSure Agent Portal (Only). |
| Dimensione del File | 67.19 KB |
| Conteggio Installazioni | 3,947 |
| Versione Corrente | 1.0.2 |
| Ultimo Aggiornamento | 2019-10-23 |
| Data di Pubblicazione | 2019-10-23 |
| Valutazione | 5.00/5 Totale 6 Valutazioni |
| Sviluppatore | icgtools |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_extName__",
"short_name": "__MSG_extShortName__",
"version": "1.0.2",
"description": "__MSG_extDescription__",
"options_page": "options.html",
"permissions": [
"contentSettings"
],
"icons": {
"16": "extension_icon16.png"
},
"background": {
"scripts": [
"install.js"
],
"persistent": false
},
"minimum_chrome_version": "16.0.912",
"default_locale": "en",
"manifest_version": 2
} | |