Lyne

Lyne

Lyneคืออะไร?

Lyne เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://lyne.ai และคุณลักษณะหลักของมันคือ "Lyne"

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

screenshot

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

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

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

                        Lyne.ai | Prospect, Personalize, Convert

Lyne.ai helps you generate 1000's of hyper-personalized intros for your cold outreach per hour. 

With our Chrome Extension you can extract prospecting data from social networks to be used for your cold outreach. Simply hit extract and we'll find every contacts email & verify them, to return that list to you.

Give Lyne.ai a try for FREE today!                    

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

ชื่อ Lyne Lyne
ID ccmdedkeplbflfiggghjodhnbkjhicji
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/lyne/ccmdedkeplbflfiggghjodhnbkjhicji
คำอธิบาย Lyne
ขนาดไฟล์ 95.5 KB
จำนวนการติดตั้ง 1,557
เวอร์ชันปัจจุบัน 0.0.4
อัปเดตครั้งล่าสุด 2022-04-02
วันที่เผยแพร่ 2021-09-02
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา https://lyne.ai
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://lyne.ai
URL หน้าช่วยเหลือ https://lyne.ai
URL หน้านโยบายความเป็นส่วนตัว https://www.lyne.ai/privacy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Lyne",
    "version": "0.0.4",
    "manifest_version": 2,
    "description": "Lyne",
    "homepage_url": "https:\/\/app.lyne.ai\/",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "64": "icons\/icon64.png"
    },
    "background": {
        "scripts": [
            "src\/jquery.js",
            "src\/background.js",
            "src\/extensionClick.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "32": "icons\/icon32.png",
            "64": "icons\/icon64.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/app.lyne.ai\/*"
            ],
            "js": [
                "src\/messageParserContentScript.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ],
            "js": [
                "src\/jquery.js",
                "src\/inject.js"
            ],
            "css": [
                "src\/content.css",
                "asset\/css\/style.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "icons\/icon32.png",
        "src\/tour.js"
    ],
    "permissions": [
        "cookies",
        "https:\/\/www.linkedin.com\/*",
        "https:\/\/app.lyne.ai\/*",
        "tabs"
    ]
}