Sun-Asterisk Alert
Show alert banner to some specific websites
Co to jest Sun-Asterisk Alert?
Sun-Asterisk Alert to rozszerzenie Chrome opracowane przez Sun* Chrome Extension, a jego główną funkcją jest „Show alert banner to some specific websites”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Sun-Asterisk Alert
Pobierz pliki rozszerzeń Sun-Asterisk Alert 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
This is extension for internal purpose. It will show the banner in the top page when user access to the specific urls
Podstawowe informacje o rozszerzeniu
Nazwa | Sun-Asterisk Alert |
ID | padfelcpddafgnggpadfafblcbajajhk |
Oficjalny URL | https://chromewebstore.google.com/detail/sun-asterisk-alert/padfelcpddafgnggpadfafblcbajajhk |
Opis | Show alert banner to some specific websites |
Rozmiar pliku | 13.01 KB |
Liczba instalacji | 561 |
Aktualna Wersja | 1.0.0 |
Ostatnia Aktualizacja | 2020-10-12 |
Data Publikacji | 2020-10-12 |
Deweloper | Sun* Chrome Extension |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Polityki Prywatności | https://sites.google.com/sun-asterisk.com/privacy-policy-for-sun/home |
Obsługiwane Języki | vi |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Sun-Asterisk Alert", "description": "Show alert banner to some specific websites", "version": "1.0.0", "icons": { "32": "assets\/img\/ico-32.png", "48": "assets\/img\/ico-32.png" }, "browser_action": { "default_icon": "assets\/img\/ico-32.png", "default_popup": "popup.html", "default_title": "Sun-Asterisk Alert" }, "permissions": [ "tabs", "storage", "webNavigation", "identity", "identity.email" ], "oauth2": { "client_id": "1003585085396-4r5v72aelata2hlsdmvisb421lkbdnio.apps.googleusercontent.com", "scopes": [ "profile email" ] }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "assets\/js\/sun-asterisk-alert.js" ], "css": [ "assets\/css\/alert.css" ] } ], "background": { "scripts": [ "assets\/js\/background.js" ] } } |