Linkedly

Linkedly is a chrome extension that helps you find the most relevant LinkedIn profiles for your target companies.

Linkedlyคืออะไร?

Linkedly เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://linkedly.app และคุณลักษณะหลักของมันคือ "Linkedly is a chrome extension that helps you find the most relevant LinkedIn profiles for your target companies."

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

screenshot
screenshot

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

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

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

                        Linkedly is a networking tool that enhances your chances of receiving responses while networking, and it also assists in keeping track of your outreach efforts.

It features:
- Personalized reach-out message generator using Chat GPT
- Email Address generator
- List builder of people you have reached out to
- Download built lists to Excel                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Linkedly Linkedly
ID imogamaabehbgfjmddalkhmimcnmfmid
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/linkedly/imogamaabehbgfjmddalkhmimcnmfmid
คำอธิบาย Linkedly is a chrome extension that helps you find the most relevant LinkedIn profiles for your target companies.
ขนาดไฟล์ 34.88 KB
จำนวนการติดตั้ง 52
เวอร์ชันปัจจุบัน 1.1.0
อัปเดตครั้งล่าสุด 2023-07-29
วันที่เผยแพร่ 2023-07-07
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://linkedly.app
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://linkedly.app/
URL หน้าช่วยเหลือ https://linkedly.app/support.html
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Linkedly",
    "version": "1.1.0",
    "description": "Linkedly is a chrome extension that helps you find the most relevant LinkedIn profiles for your target companies.",
    "permissions": [
        "tabs",
        "storage",
        "identity"
    ],
    "action": {
        "default_popup": "pageLoading\/loading.html",
        "default_icon": {
            "128": "images\/chainlogoblacksmall.png"
        }
    },
    "oauth2": {
        "client_id": "434880350039-oa4f7bc3k4shqjq5ev3edhvcj3itjvdv.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    },
    "background": {
        "service_worker": "background.js"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*\/*",
            "http:\/\/*\/*"
        ]
    },
    "host_permissions": [
        "https:\/\/www.linkedin.com\/in\/*",
        "http:\/\/www.linkedin.com\/in\/*",
        "https:\/\/linkedly.app\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.linkedin.com\/in\/*",
                "http:\/\/www.linkedin.com\/in\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}