Toby for Linkedin
Optimizing your Likedin workflow.
Wat is Toby for Linkedin?
Toby for Linkedin is een Chrome-extensie ontwikkeld door Betterweb, en de belangrijkste functie is "Optimizing your Likedin workflow.".
Extensie Screenshots
Download het CRX-bestand van de extensie Toby for Linkedin
Download Toby for Linkedin-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
See company information without exiting the profile page.
Save yourself needless clicks and your precious time :) Basisinformatie over de Extensie
| Naam | |
| ID | bgkalnkemmojlglhakebbpjecigamgii |
| Officiële URL | https://chromewebstore.google.com/detail/toby-for-linkedin/bgkalnkemmojlglhakebbpjecigamgii |
| Beschrijving | Optimizing your Likedin workflow. |
| Bestandsgrootte | 37.69 KB |
| Aantal Installaties | 92 |
| Huidige Versie | 1.9 |
| Laatst Bijgewerkt | 2023-11-28 |
| Publicatiedatum | 2022-01-09 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | Betterweb |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
} | |