CleverPush

Official browser extension for cleverpush.com

Wat is CleverPush?

CleverPush is een Chrome-extensie ontwikkeld door https://cleverpush.com, en de belangrijkste functie is "Official browser extension for cleverpush.com".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie CleverPush

Download CleverPush-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Official browser extension for the push notification service cleverpush.com

Features:
- Send a notification and automatically use the currently open tab as the URL
- Optionally also push to existing Firebase apps                    

Basisinformatie over de Extensie

Naam CleverPush CleverPush
ID lkmiahecbccapaijmjabmemcoiidibcl
Officiële URL https://chromewebstore.google.com/detail/cleverpush/lkmiahecbccapaijmjabmemcoiidibcl
Beschrijving Official browser extension for cleverpush.com
Bestandsgrootte 29.55 KB
Aantal Installaties 56
Huidige Versie 1.3
Laatst Bijgewerkt 2021-02-11
Publicatiedatum 2020-02-25
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar https://cleverpush.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://cleverpush.com
URL van de Privacybeleid Pagina https://cleverpush.com/privacy
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CleverPush",
    "version": "1.3",
    "manifest_version": 2,
    "description": "Official browser extension for cleverpush.com",
    "homepage_url": "https:\/\/cleverpush.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "CleverPush",
        "default_popup": "src\/browser_action\/popup.html"
    },
    "permissions": [
        "tabs",
        "cookies",
        "webRequest",
        "webRequestBlocking",
        "https:\/\/*.google.com\/",
        "https:\/\/console.firebase.google.com\/"
    ],
    "content_security_policy": "script-src 'self' blob: filesystem: 'unsafe-eval'; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.cleverpush.com\/*",
                "http:\/\/localhost:3000\/*"
            ],
            "js": [
                "src\/content\/cleverpush.js"
            ]
        }
    ]
}