Machine Sourcer

Expand your network fast

Machine Sourcerคืออะไร?

Machine Sourcer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.machinesourcer.com และคุณลักษณะหลักของมันคือ "Expand your network fast"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Machine Sourcer

ดาวน์โหลดไฟล์ส่วนขยาย Machine Sourcer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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'"
}