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
电子邮箱 [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"
    ]
}