Saalz

This extension is great time saver LinkedIn or Sales Navigator and import from profile page or list page all the contact as a Lead

Saalz क्या है?

Saalz https://saalz.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension is great time saver LinkedIn or Sales Navigator and import from profile page or list page all the contact as a Lead"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Saalz एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        This extension will be a great time saver. Go to LinkedIn or Sales Navigator and directly import from profile page or list page all the contact in bulk as a Lead or as a contact. Enrich all contacts informations in one click in our app                    

एक्सटेंशन की मूल जानकारी

नाम Saalz Saalz
ID bbkonaekgbbmfkpemnecmnbkjlkmedpb
आधिकारिक URL https://chromewebstore.google.com/detail/saalz/bbkonaekgbbmfkpemnecmnbkjlkmedpb
विवरण This extension is great time saver LinkedIn or Sales Navigator and import from profile page or list page all the contact as a Lead
फ़ाइल का आकार 5.19 MB
स्थापना संख्या 143
वर्तमान संस्करण 1.5.0.8
अंतिम अपडेट 2024-02-21
प्रकाशन तिथि 2023-01-06
रेटिंग 5.00/5 कुल 5 रेटिंग्स
डेवलपर https://saalz.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://saalz.com
गोपनीयता नीति पृष्ठ URL https://saalz.com/politique-de-confidentialite
समर्थित भाषाएँ fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Saalz",
    "description": "This extension is great time saver LinkedIn or Sales Navigator and import from profile page or list page all the contact as a Lead",
    "version": "1.5.0.8",
    "icons": {
        "16": "images\/icon_16.png",
        "24": "images\/icon_24.png",
        "32": "images\/icon_32.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "action": {
        "default_icon": {
            "16": "images\/icon_16.png",
            "24": "images\/icon_24.png",
            "32": "images\/icon_32.png",
            "48": "images\/icon_48.png",
            "128": "images\/icon_128.png"
        },
        "default_title": "Saalz"
    },
    "permissions": [
        "storage",
        "notifications",
        "webNavigation"
    ],
    "host_permissions": [
        "*:\/\/*.linkedin.com\/*",
        "https:\/\/app.saalz.com\/*",
        "https:\/\/staging.saalz.com\/*"
    ],
    "background": {
        "service_worker": "background.bundle.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.linkedin.com\/feed\/*",
                "https:\/\/www.linkedin.com\/in\/*",
                "*:\/\/*.linkedin.com\/search\/*",
                "*:\/\/*.linkedin.com\/sales\/*"
            ],
            "js": [
                "content.bundle.js"
            ],
            "css": [
                "css\/style.css",
                "css\/font-awesome.min.css"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "css\/*",
                "js\/*",
                "images\/*",
                "libs\/*",
                "html\/*",
                "includes\/*"
            ],
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ]
        }
    ]
}