Sun-Asterisk Alert
Show alert banner to some specific websites
Co je Sun-Asterisk Alert?
Sun-Asterisk Alert je rozšíření Chrome vyvinuté Sun* Chrome Extension, a jeho hlavní funkcí je „Show alert banner to some specific websites“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Sun-Asterisk Alert
Stáhněte si soubory rozšíření Sun-Asterisk Alert ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
This is extension for internal purpose. It will show the banner in the top page when user access to the specific urls
Základní Informace o Rozšíření
Název | Sun-Asterisk Alert |
ID | padfelcpddafgnggpadfafblcbajajhk |
Oficiální URL | https://chromewebstore.google.com/detail/sun-asterisk-alert/padfelcpddafgnggpadfafblcbajajhk |
Popis | Show alert banner to some specific websites |
Velikost souboru | 13.01 KB |
Počet instalací | 561 |
Aktuální Verze | 1.0.0 |
Poslední Aktualizace | 2020-10-12 |
Datum Vydání | 2020-10-12 |
Vývojář | Sun* Chrome Extension |
[email protected] | |
Typ Platby | free |
URL Stránky Zásad Ochrany Soukromí | https://sites.google.com/sun-asterisk.com/privacy-policy-for-sun/home |
Podporované Jazyky | 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" ] } } |