Linkedin Helper

Linkedin Helper

Linkedin Helperとは何ですか?

Linkedin HelperはMozzamによって開発されたChromeの拡張機能で、その主な機能は「Linkedin Helper」です。

拡張機能のスクリーンショット

screenshot
screenshot

Linkedin Helper拡張機能のCRXファイルをダウンロード

Linkedin Helper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Linkedin Helper is an easy-to-use, web-based extension that will help you copy data with a single click. It's the perfect tool for business managers and email experts who need to copy data quickly and easily. Plus, it's free!

If you are looking for a way to improve your work efficiency, then a Web-based extension may be the perfect solution for you. This type of extension will help you copy URLs, titles, and headings in a single click. It is also user-friendly so that you can get started right away.                    

拡張機能の基本情報

名前 Linkedin Helper Linkedin Helper
ID mepgdoiddjegccpdlnkgjhkaaljcjmfi
公式URL https://chrome.google.com/webstore/detail/linkedin-helper/mepgdoiddjegccpdlnkgjhkaaljcjmfi
説明 Linkedin Helper
ファイルサイズ 12.05 KB
インストール数 251
現在のバージョン 1.1.2
最終更新日 2023-04-01
公開日 2023-02-12
評価 5.00/5 合計 1 レビュー
開発者 Mozzam
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Linkedin Helper",
    "version": "1.1.2",
    "manifest_version": 3,
    "description": "Linkedin Helper",
    "action": {
        "default_popup": "popup.html"
    },
    "options_page": "popup.html",
    "icons": {
        "128": "Logos.png"
    },
    "background": {
        "service_worker": "Background.js"
    },
    "permissions": [
        "tabs",
        "scripting"
    ],
    "host_permissions": [
        ""
    ]
}