Prelo.io Notifications

Prelo Notifications

ما هو Prelo.io Notifications؟

Prelo.io Notifications هو إضافة Chrome تم تطويرها بواسطة Prelo.io، والميزة الرئيسية لها هي "Prelo Notifications".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Prelo.io Notifications

قم بتنزيل ملفات الامتداد Prelo.io Notifications بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان URL الرسمي 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
عنوان صفحة المساعدة 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'"
}