Linkedin Recruiter Office Extension

This extenstion adds button to linkedin profile page.

什么是Linkedin Recruiter Office Extension?

Linkedin Recruiter Office Extension是由ddeveloper.dotnet开发的Chrome扩展程序,该扩展的主要功能是“This extenstion adds button to linkedin profile page.”。

扩展截图

screenshot

下载Linkedin Recruiter Office Extension扩展crx文件

下载Linkedin Recruiter Office Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Recruiter Office help extension.                    

扩展基本信息

名称 Linkedin Recruiter Office Extension Linkedin Recruiter Office Extension
ID hldmgnalgllnijfjojnfpfochojnfife
官方URL https://chrome.google.com/webstore/detail/linkedin-recruiter-office/hldmgnalgllnijfjojnfpfochojnfife
简介 This extenstion adds button to linkedin profile page.
文件大小 28.99 KB
安装次数 93
当前版本 0.0.11
更新时间 2022-06-12
上架时间 2019-12-02
开发者 ddeveloper.dotnet
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Linkedin Recruiter Office Extension",
    "version": "0.0.11",
    "manifest_version": 2,
    "description": "This extenstion adds button to linkedin profile page.",
    "homepage_url": "http:\/\/extensionizr.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "https:\/\/localhost:44366\/",
        "https:\/\/recruiter-office.by\/",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.linkedin.com\/in\/*"
            ],
            "css": [
                "src\/inject\/inject.css"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ]
}