Toby for Linkedin

Optimizing your Likedin workflow.

Toby for Linkedinとは何ですか?

Toby for LinkedinはBetterwebによって開発されたChromeの拡張機能で、その主な機能は「Optimizing your Likedin workflow.」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        See company information without exiting the profile page.

Save yourself needless clicks and your precious time :)                    

拡張機能の基本情報

名前 Toby for Linkedin Toby for Linkedin
ID bgkalnkemmojlglhakebbpjecigamgii
公式URL https://chromewebstore.google.com/detail/toby-for-linkedin/bgkalnkemmojlglhakebbpjecigamgii
説明 Optimizing your Likedin workflow.
ファイルサイズ 37.69 KB
インストール数 92
現在のバージョン 1.9
最終更新日 2023-11-28
公開日 2022-01-09
評価 5.00/5 合計 1 レビュー
開発者 Betterweb
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Toby for Linkedin",
    "description": "Optimizing your Likedin workflow.",
    "version": "1.9",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.linkedin.com\/*",
                "https:\/\/linkedin.com\/*"
            ],
            "js": [
                "content_script.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": {
            "16": "\/images\/logo16.png",
            "32": "\/images\/logo32.png",
            "48": "\/images\/logo48.png",
            "128": "\/images\/logo128.png"
        },
        "default_title": "Toby",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "\/images\/logo16.png",
        "32": "\/images\/logo32.png",
        "48": "\/images\/logo48.png",
        "128": "\/images\/logo128.png"
    },
    "permissions": [
        "cookies",
        "https:\/\/www.linkedin.com\/"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "web_accessible_resources": [
        "images\/logo.svg",
        "images\/employees.svg",
        "images\/website.svg",
        "images\/separator.svg",
        "images\/close.svg",
        "styles\/styles.css"
    ]
}