Upsales prospecting

Extension that lets you directly add contacts to your Upsales account

Upsales prospecting क्या है?

Upsales prospecting https://upsales.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extension that lets you directly add contacts to your Upsales account"।

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

screenshot
screenshot

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

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

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

                        This extension gives you back the time you spend on manually creating contact cards. Instead, just visit prospect company websites and let Upsales do the work for you. 

Simply choose the contact information you need. In a few clicks you can import into your database. Discover how fast, simple and easy it is:

1. Activate the extension here and in the Upsales App Directory
2. Head to a company website page showing a prospect’s contact details. Perhaps “about us” or “meet the team”
3. Highlight the details you want to save
4. Right-click and the extension can generate a contact card
5. Upsales checks what you’ve highlighted, and automatically places the data into fields including name, phone, email, job title, and company
6. You can review, edit if you want, and then save the details to your database

Upsales also checks the contact details, to make sure you don’t already have them in your system.

This extension can also be used on LinkedIn, just right-click anywhere on a prospect's LinkedIn profile page and the info will be collected automatically.

You don’t even need to be logged into Upsales for the extension to work its magic. You can gather prospect data whenever and wherever you find it.                    

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

नाम Upsales prospecting Upsales prospecting
ID pkndhoamcmnpoeglhmfidkaffldmndmn
आधिकारिक URL https://chromewebstore.google.com/detail/upsales-prospecting/pkndhoamcmnpoeglhmfidkaffldmndmn
विवरण Extension that lets you directly add contacts to your Upsales account
फ़ाइल का आकार 2.86 MB
स्थापना संख्या 602
वर्तमान संस्करण 1.1.9
अंतिम अपडेट 2024-02-28
प्रकाशन तिथि 2022-10-28
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर https://upsales.com
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://www.upsales.com/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Upsales prospecting",
    "version": "1.1.9",
    "description": "Extension that lets you directly add contacts to your Upsales account",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "exclude_matches": [
                "https:\/\/power.upsales.com\/*",
                "https:\/\/awsbeta.upsales.com\/*",
                "http:\/\/localhost\/*",
                "https:\/\/localhost\/*"
            ],
            "run_at": "document_end",
            "js": [
                "static\/js\/main.f74b1a7c.js"
            ],
            "css": [
                "static\/css\/main.css"
            ],
            "media": []
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "static\/css\/main.css",
                "static\/media\/icons.111e80511549170eab30.woff",
                "static\/media\/icons.3d26e9929a53c578ff2d.otf",
                "static\/media\/icons.43260a8366c67644336b.eot",
                "static\/media\/icons.9b505585f6375fb99c33.woff2",
                "static\/media\/icons.c94c8b365b3544a40798.ttf"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_title": "Add API key pop up"
    },
    "permissions": [
        "contextMenus",
        "tabs",
        "storage"
    ],
    "icons": {
        "16": "\/icons\/extensionIcon16.png",
        "48": "\/icons\/extensionIcon48.png",
        "128": "\/icons\/extensionIcon128.png"
    }
}