Prelo.io Notifications

Prelo Notifications

什麼是Prelo.io Notifications?

Prelo.io Notifications是由Prelo.io開發的Chrome擴展程式,該擴展的主要功能是“Prelo Notifications”。

擴展截圖

screenshot
screenshot

下載Prelo.io Notifications擴展crx文件

下載Prelo.io Notifications擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Prelo.io Notifications Prelo.io Notifications
ID njgnhlgganickfccbhbbnjcmofcbldcb
官方網址 https://chromewebstore.google.com/detail/preloio-notifications/njgnhlgganickfccbhbbnjcmofcbldcb
簡介 Prelo Notifications
檔案大小 505 KB
安裝次數 44
目前版本 0.1.5
更新時間 2021-12-09
上架時間 2021-07-15
開發者 Prelo.io
電子郵箱 [email protected]
付費類型 free
擴展官網 https://prelo.io
說明頁面URL https://prelo.io
支援的語言 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'"
}