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
官方網址 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"
            ]
        }
    ]
}