Prelo.io Notifications

Prelo Notifications

Cos'è Prelo.io Notifications?

Prelo.io Notifications è un'estensione di Chrome sviluppata da Prelo.io, e la sua funzione principale è "Prelo Notifications".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Prelo.io Notifications

Scarica i file di estensione Prelo.io Notifications 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 extension will optimize your lead generation efforts by helping you
discover business email addresses of key decision makers in well-funded startups
The Prelo extension also provides fundraising updates,
and startup hiring opportunities
Receive Business Contacts, Use Cold Email templates
Send CEO Emails, Discover The Latest Funding Updates
Browse Startup Job Opportunities                    

Informazioni di Base sull'Estensione

Nome Prelo.io Notifications Prelo.io Notifications
ID njgnhlgganickfccbhbbnjcmofcbldcb
URL Ufficiale https://chromewebstore.google.com/detail/preloio-notifications/njgnhlgganickfccbhbbnjcmofcbldcb
Descrizione Prelo Notifications
Dimensione del File 505 KB
Conteggio Installazioni 44
Versione Corrente 0.1.5
Ultimo Aggiornamento 2021-12-09
Data di Pubblicazione 2021-07-15
Sviluppatore Prelo.io
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://prelo.io
URL della Pagina di Aiuto https://prelo.io
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "homepage_url": "http:\/\/localhost:8080\/",
    "description": "Prelo Notifications",
    "default_locale": "en",
    "permissions": [
        "storage",
        "notifications"
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "__MSG_extName__",
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        }
    },
    "options_ui": {
        "page": "options.html",
        "browser_style": true
    },
    "version": "0.1.5",
    "content_security_policy": "script-src 'self' ; object-src 'self'"
}