LeadPyramid

LeadPyramid a Chrome Extension.

ما هو LeadPyramid؟

LeadPyramid هو إضافة Chrome تم تطويرها بواسطة https://leadpyramid.com، والميزة الرئيسية لها هي "LeadPyramid a Chrome Extension.".

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

screenshot

تحميل ملف CRX للإضافة LeadPyramid

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

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

                        Overview
Lead Pyramid is the best choice for email marketers to find the B2B contact information within seconds in just a few clicks.
Lead Pyramid – Easily Find B2B Database of Decision Makers.
The most convenient way to find prospective customers and retrieve their details for your marketing campaigns efficiently.

How does it work?
Lead Pyramid helps the business community connect with the right prospect for your sales needs. The sales teams are using our services to start the new business conversation using accurate B2B contact details when expanding in new markets.
Our rich quality UI extension experience enables our customers to fetch information about their prospects. It is all done in just a few seconds in easy clicks and making a smother and rich experience for our users and finally helping them win deals.

What Information will you receive?
We augment by giving business information, like contact details, job titles, and company information available publicly. It is all done using our extension services, which helps you to get in touch with the leads directly, when extension is integrated into email accounts when chosen. We are an industry niche leader providing concise information with the best quality for our clients!

Who uses Lead Pyramid contacts, and for what purpose? 
Our Extension is leveraged by marketers, sellers, recruiters, trainers, technology enthusiasts, and people interested in expanding into new markets and acquiring new clients.

About Our Free and Paid Plans:
We offer a free trial that provides 5 free credits monthly; each credit is equivalent to one lead's contact information. When upgrading from a free plan, we provide customers different choices to select subscription plans starting from $29 credits per month. For more information, please visit https://leadpyramid.com/pricing 

Privacy Disclaimer and Permissions: 
This Privacy Policy describes how Lead Pyramid collects, uses, shares, and secures the personal information you provide. It also describes your choices regarding the use, access, and correction of your personal information. The use of information collected through our Service (s) shall be limited to providing the Service for which the Customer has engaged Lead Pyramid.  For more information, please see our privacy policy here https://leadpyramid.com/PrivacyPolicy                    

معلومات أساسية عن التمديد

الاسم LeadPyramid LeadPyramid
ID nkcpocoicelbcnefnklplkgohpeaiooo
عنوان URL الرسمي https://chromewebstore.google.com/detail/leadpyramid/nkcpocoicelbcnefnklplkgohpeaiooo
الوصف LeadPyramid a Chrome Extension.
حجم الملف 292 KB
عدد التثبيتات 165
النسخة الحالية 1.3
آخر تحديث 2023-09-14
تاريخ النشر 2020-11-16
المطور https://leadpyramid.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.leadpyramid.com
عنوان صفحة المساعدة https://leadpyramid.com/FAQ
عنوان صفحة سياسة الخصوصية https://www.leadpyramid.com/PrivacyPolicy
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "LeadPyramid",
    "description": "LeadPyramid a Chrome Extension.",
    "version": "1.3",
    "browser_action": {
        "default_icon": ".\/assets\/LeadPyramid.png"
    },
    "web_accessible_resources": [
        "\/assets\/*"
    ],
    "icons": {
        "16": ".\/assets\/LeadPyramid.png",
        "68": ".\/assets\/LeadPyramid.png",
        "128": ".\/assets\/LeadPyramid.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "https:\/\/*.linkedin.com\/*"
    ],
    "background": {
        "scripts": [
            ".\/assets\/js\/jquery.min.js",
            ".\/Scripts\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.linkedin.com\/*",
                "http:\/\/www.linkedin.com\/*"
            ],
            "all_frames": false,
            "css": [
                ".\/page\/css\/style.css"
            ],
            "js": [
                ".\/assets\/js\/jquery.min.js",
                ".\/assets\/js\/popper.min.js",
                ".\/assets\/js\/bootstrap.js",
                ".\/Scripts\/main.js"
            ]
        }
    ]
}