Xing Autopilot

Visit, connect and message new Xing Prospects on Autopilot

Xing Autopilot क्या है?

Xing Autopilot https://www.leadspate.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Visit, connect and message new Xing Prospects on Autopilot"।

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

screenshot

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

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

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

                        Social Selling Strategies
Sales Prospecting on Xing is a time consuming endeavour. automate your Xing prospecting campaigns with Xing Autopilot.
 

Passive strategy: Search on Xing and visit prospects automatically. Your prospects will be curious and visit you back – entice them with a prepared profile that talks about how you provide value to your target audience and send profile visitors manually highly personalised message. Good for high value products and services and long sales cycles.
 

Aggressive strategy: Search on Xing visit and send connection requests with a standardized message highlighting the value of connecting and follow up with your value proposition. Best for transactional and known products and services- car leasing, utilities, accounting services,
 

Content Strategy: Get in touch for this advanced strategy best for high value products and services with a limited targeted number of buying centres (account based marketing).

this tool works similar to Dux Soup, Lead Connect, Octopus, Prospectin, Linked Booster, Rushlinq or Linkedwolf                    

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

नाम Xing Autopilot Xing Autopilot
ID gkndbpenbfbffdecgjhfjpdceohfkmfa
आधिकारिक URL https://chromewebstore.google.com/detail/xing-autopilot/gkndbpenbfbffdecgjhfjpdceohfkmfa
विवरण Visit, connect and message new Xing Prospects on Autopilot
फ़ाइल का आकार 893 KB
स्थापना संख्या 37
वर्तमान संस्करण 1.12
अंतिम अपडेट 2021-07-05
प्रकाशन तिथि 2021-03-24
रेटिंग 1.00/5 कुल 1 रेटिंग्स
डेवलपर https://www.leadspate.com
ईमेल [email protected]
भुगतान के प्रकार in_app
एक्सटेंशन वेबसाइट https://www.leadspate.com/lead-autopilot/
सहायता पृष्ठ URL https://tawk.to/chat/605994b5067c2605c0bb4232/1f1euppfc
समर्थित भाषाएँ de
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Xing Autopilot",
    "version": "1.12",
    "description": "Visit, connect and message new Xing Prospects on Autopilot",
    "homepage_url": "https:\/\/www.leadspate.com\/lead-autopilot\/?via=chrome_1.9",
    "icons": {
        "128": "img\/icon_128.png",
        "48": "img\/icon_48.png",
        "16": "img\/icon_16.png"
    },
    "browser_action": {
        "name": "Xing Social Tool",
        "default_popup": "popup.html",
        "default_icon": "img\/icon_48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.xing.com\/search\/members?keywords=*",
                "https:\/\/www.xing.com\/*"
            ],
            "js": [
                "js\/lib\/jquery-3.5.1.min.js",
                "js\/xing.js"
            ],
            "css": [
                "css\/xing.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.xing.com\/messenger\/global\/chats\/*"
            ],
            "js": [
                "js\/lib\/jquery-3.5.1.min.js",
                "js\/xing.js"
            ],
            "css": [
                "css\/xing.css"
            ],
            "all_frames": true
        }
    ],
    "background": {
        "persistent": true,
        "scripts": [
            "js\/lib\/jquery-3.5.1.min.js",
            "js\/background.js"
        ]
    },
    "permissions": [
        "tabs",
        "downloads",
        "notifications",
        "https:\/\/leadspate.com\/*",
        "clipboardRead",
        "clipboardWrite"
    ],
    "manifest_version": 2,
    "web_accessible_resources": [
        "img\/*.png",
        "img\/*.ico"
    ]
}