Toby for Linkedin
Optimizing your Likedin workflow.
What is Toby for Linkedin?
Toby for Linkedin is a Chrome extension developed by Betterweb, and its main feature is "Optimizing your Likedin workflow.".
Extension Screenshots
Download Toby for Linkedin Extension CRX File
Download Toby for Linkedin extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
See company information without exiting the profile page. Save yourself needless clicks and your precious time :)
Extension Basic Information
Name | Toby for Linkedin |
ID | bgkalnkemmojlglhakebbpjecigamgii |
Official URL | https://chromewebstore.google.com/detail/toby-for-linkedin/bgkalnkemmojlglhakebbpjecigamgii |
Description | Optimizing your Likedin workflow. |
File Size | 37.69 KB |
Installation Count | 92 |
Current Version | 1.9 |
Last Updated | 2023-11-28 |
Publish Date | 2022-01-09 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Betterweb |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |