SageSure Flash Enabler
Automatically enables flash on the SageSure Agent Portal (Only).
Co to jest SageSure Flash Enabler?
SageSure Flash Enabler to rozszerzenie Chrome opracowane przez icgtools, a jego główną funkcją jest „Automatically enables flash on the SageSure Agent Portal (Only).”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia SageSure Flash Enabler
Pobierz pliki rozszerzeń SageSure Flash Enabler w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
SageSure Flash Enabler Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | dbhkpibloniaemkipklamlepffjihaom |
| Oficjalny URL | https://chromewebstore.google.com/detail/sagesure-flash-enabler/dbhkpibloniaemkipklamlepffjihaom |
| Opis | Automatically enables flash on the SageSure Agent Portal (Only). |
| Rozmiar pliku | 67.19 KB |
| Liczba instalacji | 3,947 |
| Aktualna Wersja | 1.0.2 |
| Ostatnia Aktualizacja | 2019-10-23 |
| Data Publikacji | 2019-10-23 |
| Ocena | 5.00/5 Łącznie 6 Oceny |
| Deweloper | icgtools |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | 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
} | |