AI assistant for Linkedin

Supercharge your LinkedIn experience with AI.

AI assistant for Linkedinคืออะไร?

AI assistant for Linkedin เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://ideta.io และคุณลักษณะหลักของมันคือ "Supercharge your LinkedIn experience with AI."

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AI assistant for Linkedin

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

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

                        Want to take your LinkedIn game to the next level? Our AI-powered Chrome extension can help!

You'll be able to effortlessly connect with professionals from around the world, in their own language.

Here's what you can expect:

- Craft compelling and personalized comments in seconds with our AI-powered comment generator. No more cold start!
=> These comments act as gentle reminders to your leads and network that you exist and they should answer your last email :-) !

- Translate your personally crafted comments into any language to connect with professionals all around the world in their mother tongue. No more language barrier!
=> Want to test your perfect expansion market but you don't master the language? Fake it until you make it!

- Spend less time crafting responses and more time building relationships with your network and leads. Focus on what matters!
=> All the time you spend thinking on what to write is not spent on thinking who to write to!

- Installing and using our AI-powered Chrome extension is quick and simple and you'll get free credits!
=> Be ready in less than a minute and try out our powerful Chrome extension for yourself and experience the benefits.

Don't miss out on the chance to supercharge your LinkedIn presence - download our Chrome extension now and start connecting with professionals around the world!

Click 'Add to Chrome' to get started.                    

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

ชื่อ AI assistant for Linkedin AI assistant for Linkedin
ID hdopabkhobppbaaajnanhadcamfopobc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ai-assistant-for-linkedin/hdopabkhobppbaaajnanhadcamfopobc
คำอธิบาย Supercharge your LinkedIn experience with AI.
ขนาดไฟล์ 990 KB
จำนวนการติดตั้ง 1,329
เวอร์ชันปัจจุบัน 1.6.3
อัปเดตครั้งล่าสุด 2023-10-31
วันที่เผยแพร่ 2023-03-02
คะแนน 4.33/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา https://ideta.io
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://linkedin.ideta.io
URL หน้าช่วยเหลือ https://ideta.io/contact
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "AI assistant for Linkedin",
    "description": "Supercharge your LinkedIn experience with AI.",
    "version": "1.6.3",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmZ8wmG\/JXBMyYtxd4FtKA2M6z3guIUQACdyng51sB+0yOmuuxIoHs\/zV6vX5nxyVkEpqhCBAsjvxD7YKZ4Qz59QuPqK8HcmWmMkq7567+n69SUdpij26R\/+dBbbD2gsjcjyNLiSWW1kuyPdkcP2rlH2nS9hDZMXXh\/u00bdIzk1jLjM5ABP9FCH65gf6sUK56MaPvG8j9p0XjcD1xg\/oZfEFVZL6c67y4nwYDXfnhUgWMMWgwGgtO4RnFMD8CpzzfMqCdykzbPRlK9guPJyzA+wTeqx54zyXaH3CEbv17H0HZQWS7MjPLqJLJDVFtoCkEb3Arim\/ZasWLds8ua7vSwIDAQAB",
    "action": {
        "default_title": "AI assistant for Linkedin",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "assets\/icons\/16.png",
            "32": "assets\/icons\/32.png",
            "48": "assets\/icons\/48.png",
            "128": "assets\/icons\/128.png"
        }
    },
    "icons": {
        "16": "assets\/icons\/16.png",
        "32": "assets\/icons\/32.png",
        "48": "assets\/icons\/48.png",
        "128": "assets\/icons\/128.png"
    },
    "options_page": "options.html",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ],
            "js": [
                "contentScript.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "https:\/\/www.linkedin.com\/home",
                "https:\/\/www.linkedin.com\/",
                "https:\/\/www.linkedin.com\/signup\/*"
            ],
            "js": [
                "resetLinkedIn.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ],
            "resources": [
                "assets\/*"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*.ideta.io\/*",
        "*:\/\/*.linkedin.com\/*"
    ],
    "permissions": [
        "storage"
    ]
}