Toby for Linkedin
Optimizing your Likedin workflow.
Was ist Toby for Linkedin?
Toby for Linkedin ist eine Chrome-Erweiterung, die von Betterweb entwickelt wurde, und ihr Hauptmerkmal ist "Optimizing your Likedin workflow.".
Erweiterungsscreenshots
Toby for Linkedin-Erweiterungs-CRX-Datei herunterladen
Laden Sie Toby for Linkedin-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
                        See company information without exiting the profile page.
Save yourself needless clicks and your precious time :)                     Grundlegende Informationen zur Erweiterung
| Name |   |  
| ID | bgkalnkemmojlglhakebbpjecigamgii | 
| Offizielle URL | https://chromewebstore.google.com/detail/toby-for-linkedin/bgkalnkemmojlglhakebbpjecigamgii | 
| Beschreibung | Optimizing your Likedin workflow. | 
| Dateigröße | 37.69 KB | 
| Installationsanzahl | 92 | 
| Aktuelle Version | 1.9 | 
| Letztes Update | 2023-11-28 | 
| Veröffentlichungsdatum | 2022-01-09 | 
| Bewertung | 5.00/5 Insgesamt 1 Bewertungen | 
| Entwickler | Betterweb | 
| [email protected] | |
| Zahlungsart | free | 
| Unterstützte Sprachen | 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"
    ]
}  |  |