Background Notification Sound

Play a Notification Sound when receiving a message in the background with service worker. Also keep chrome running in background.

Vad är Background Notification Sound?

Background Notification Sound är en Chrome-tillägg utvecklad av Safe SA, och dess huvudfunktion är "Play a Notification Sound when receiving a message in the background with service worker. Also keep chrome running in background.".

Tilläggsskärmbilder

screenshot

Ladda ner Background Notification Sound-förlängningens CRX-fil

Ladda ner Background Notification Sound-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Play a Notification Sound when receiving a message in the background with service worker at https://www.safesa.co.za/track. Also keep chrome running in background to receive messages even if it closes.                    

Grundläggande Information om Tillägg

Namn Background Notification Sound Background Notification Sound
ID diadblmpfmoecighhdmalpahghimodil
Officiell webbadress https://chromewebstore.google.com/detail/background-notification-s/diadblmpfmoecighhdmalpahghimodil
Beskrivning Play a Notification Sound when receiving a message in the background with service worker. Also keep chrome running in background.
Filstorlek 86.34 KB
Antal Installationer 1,424
Aktuell Version 0.4
Senast Uppdaterad 2018-10-08
Publiceringsdatum 2018-10-07
Betyg 2.00/5 Totalt 6 Betyg
Utvecklare Safe SA
E-post [email protected]
Betalningssätt free
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Background Notification Sound",
    "description": "Play a Notification Sound when receiving a message in the background with service worker. Also keep chrome running in background.",
    "version": "0.4",
    "icons": {
        "16": "sound16.png",
        "32": "sound32.png",
        "48": "sound48.png",
        "128": "sound128.png"
    },
    "web_accessible_resources": [
        "sound16.png"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "webRequest",
        "https:\/\/*.playsound\/"
    ]
}