Machine Sourcer

Expand your network fast

Machine Sourcer क्या है?

Machine Sourcer https://www.machinesourcer.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Expand your network fast"।

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

screenshot
screenshot
screenshot

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

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

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

                        REBUILT! WE WORK on all of LinkedIn besides Sales Recruiter and LinkedIn Recruiter! Machine Sourcer is simply the best LinkedIn automation tool on the internet.

We save you time by quickly growing your professional network on LinkedIn using our advanced search filters, automated connecting and messaging, and we can do this all while you are away from your computer!

Machine Sourcer is the more affordable, easier to use, and more powerful alternative to LinkedHelper.

SIMPLE TO INSTALL *** How To Get Started ***
1. Install the extension using the chrome store
2. Register and Verify your Email
3. Go to LinkedIn and open the Machine Sourcer Extension
4. Enter your search criteria
5. Start connecting and messaging them
6. Used by recruiters, job seekers, and sales professionals across every industry.
7. Enable extension and open LinkedIn. The enable extension is the puzzle symbol on the top right of your browser where your extensions sit.                    

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

नाम Machine Sourcer Machine Sourcer
ID bbbhghmkncjfjdekaehcdpbldcfpllmo
आधिकारिक URL https://chrome.google.com/webstore/detail/machine-sourcer/bbbhghmkncjfjdekaehcdpbldcfpllmo
विवरण Expand your network fast
फ़ाइल का आकार 1.36 MB
स्थापना संख्या 449
वर्तमान संस्करण 5.34
अंतिम अपडेट 2021-03-25
प्रकाशन तिथि 2020-09-01
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर https://www.machinesourcer.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.machinesourcer.com/
सहायता पृष्ठ URL https://www.machinesourcer.com/contact
गोपनीयता नीति पृष्ठ URL https://www.machinesourcer.com/terms-of-service
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Machine Sourcer",
    "short_name": "Recruiting Automation",
    "version": "5.34",
    "description": "Expand your network fast",
    "author": "Hun Howard Kim & Christopher Boshae",
    "page_action": {
        "default_title": "Machine Sourcer",
        "default_popup": "popup\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.linkedin.com\/*"
            ],
            "js": [
                "background\/background.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "background\/setup.js"
        ],
        "persistent": true
    },
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "declarativeContent",
        "notifications",
        "cookies",
        "unlimitedStorage",
        "*:\/\/www.linkedin.com\/*"
    ],
    "minimum_chrome_version": "60",
    "icons": {
        "16": "ms_icon_16.png",
        "48": "ms_icon_48.png",
        "128": "ms_icon_128.png"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/www.linkedin.com\/*"
        ]
    },
    "content_security_policy": "script-src 'self' chrome-extension:\/\/tagmanager.google.com\/debug https:\/\/www.google-analytics.com https:\/\/www.googletagmanager.com https:\/\/js.stripe.com\/v3; object-src 'self'"
}