Prelo.io Notifications
Prelo Notifications
Qu'est-ce que Prelo.io Notifications ?
Prelo.io Notifications est une extension Chrome développée par Prelo.io, et sa fonction principale est "Prelo Notifications".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Prelo.io Notifications
Téléchargez les fichiers d'extension Prelo.io Notifications au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
                        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                     Informations de Base sur l'Extension
| Nom |   |  
| ID | njgnhlgganickfccbhbbnjcmofcbldcb | 
| URL Officiel | https://chromewebstore.google.com/detail/preloio-notifications/njgnhlgganickfccbhbbnjcmofcbldcb | 
| Description | Prelo Notifications | 
| Taille du Fichier | 505 KB | 
| Nombre d'Installations | 44 | 
| Version Actuelle | 0.1.5 | 
| Dernière Mise à Jour | 2021-12-09 | 
| Date de Publication | 2021-07-15 | 
| Développeur | Prelo.io | 
| [email protected] | |
| Type de Paiement | free | 
| Site Web de l'Extension | https://prelo.io | 
| URL de la Page d'Aide | https://prelo.io | 
| Langues Prises en Charge | 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'"
}  |  |