Longlist Sourcing Extension
Find candidates and clients in Longlist CRM with one-click
什么是Longlist Sourcing Extension?
Longlist Sourcing Extension是由https://longlist.io开发的Chrome扩展程序,该扩展的主要功能是“Find candidates and clients in Longlist CRM with one-click”。
扩展截图
下载Longlist Sourcing Extension扩展crx文件
下载Longlist Sourcing Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        👋  Meet Longlist’s Sourcing Extension:  Open profiles in Longlist CRM with one-click with smart duplicate detection.
❤️  Trusted by recruiters worldwide!
Want to know more? Drop us a line at [email protected] or visit our website → longlist.io                     扩展基本信息
| 名称 |   |  
| ID | inpefkfjedjpkakiaiphlbdhobebocbh | 
| 官方URL | https://chromewebstore.google.com/detail/longlist-sourcing-extensi/inpefkfjedjpkakiaiphlbdhobebocbh | 
| 简介 | Find candidates and clients in Longlist CRM with one-click | 
| 文件大小 | 312 KB | 
| 安装次数 | 1,941 | 
| 当前版本 | 1.1.5 | 
| 更新时间 | 2024-01-23 | 
| 上架时间 | 2021-05-03 | 
| 评分 | 4.95/5 共39次评分 | 
| 开发者 | https://longlist.io | 
| 电子邮箱 | [email protected] | 
| 付费类型 | free | 
| 扩展官网 | https://longlist.io/ | 
| 隐私政策页面URL | https://longlist.io/privacy-policy | 
| 支持的语言 | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Longlist Sourcing Extension",
    "version": "1.1.5",
    "manifest_version": 2,
    "homepage_url": "https:\/\/longlist.io\/",
    "description": "Find candidates and clients in Longlist CRM with one-click",
    "icons": {
        "16": "images\/icons\/logo_128.png",
        "48": "images\/icons\/logo_128.png",
        "128": "images\/icons\/logo_128.png"
    },
    "permissions": [
        "cookies",
        "tabs",
        "activeTab",
        "https:\/\/*.longlist.io\/*",
        "https:\/\/*.linkedin.com\/*",
        "storage"
    ],
    "optional_permissions": [
        "https:\/\/*\/*"
    ],
    "background": {
        "page": "htmls\/background.html"
    },
    "browser_action": {
        "default_title": "Longlist"
    },
    "options_ui": {
        "page": "htmls\/options.html",
        "open_in_tab": true
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "externally_connectable": {
        "matches": [
            "https:\/\/*.longlist.io\/*"
        ]
    },
    "web_accessible_resources": [
        "images\/success.gif"
    ]
}  |  |