Sun-Asterisk Alert

Show alert banner to some specific websites

Cos'è Sun-Asterisk Alert?

Sun-Asterisk Alert è un'estensione di Chrome sviluppata da Sun* Chrome Extension, e la sua funzione principale è "Show alert banner to some specific websites".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Sun-Asterisk Alert

Scarica i file di estensione Sun-Asterisk Alert 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

                        This is extension for internal purpose. It will show the banner in the top page when user access to the specific urls                    

Informazioni di Base sull'Estensione

Nome Sun-Asterisk Alert Sun-Asterisk Alert
ID padfelcpddafgnggpadfafblcbajajhk
URL Ufficiale https://chromewebstore.google.com/detail/sun-asterisk-alert/padfelcpddafgnggpadfafblcbajajhk
Descrizione Show alert banner to some specific websites
Dimensione del File 13.01 KB
Conteggio Installazioni 561
Versione Corrente 1.0.0
Ultimo Aggiornamento 2020-10-12
Data di Pubblicazione 2020-10-12
Sviluppatore Sun* Chrome Extension
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://sites.google.com/sun-asterisk.com/privacy-policy-for-sun/home
Lingue Supportate 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"
        ]
    }
}