Skaly extension
The official Skaly extension for Google Chrome.
Wat is Skaly extension?
Skaly extension is een Chrome-extensie ontwikkeld door https://skaly.co, en de belangrijkste functie is "The official Skaly extension for Google Chrome.".
Extensie Screenshots
Download het CRX-bestand van de extensie Skaly extension
Download Skaly extension-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
This extension permits you to grab automatically Linkedin pages to your Skaly CRM.
Important : No personal data are collected, we just get available professional information on your Linkedin public profile. Basisinformatie over de Extensie
| Naam | |
| ID | pbpabmcpcacemekgglopihphpjghjifk |
| Officiële URL | https://chromewebstore.google.com/detail/skaly-extension/pbpabmcpcacemekgglopihphpjghjifk |
| Beschrijving | The official Skaly extension for Google Chrome. |
| Bestandsgrootte | 1.21 MB |
| Aantal Installaties | 467 |
| Huidige Versie | 1.3.11 |
| Laatst Bijgewerkt | 2023-08-03 |
| Publicatiedatum | 2022-06-15 |
| Beoordeling | 5.00/5 Totaal 14 Beoordelingen |
| Ontwikkelaar | https://skaly.co |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://www.skaly.co |
| URL van de Privacybeleid Pagina | https://skaly-prod-public-resources.skaly.co/docs/politique-confidentialite-Skaly-v.1.0.0.pdf |
| Ondersteunde Talen | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Skaly extension",
"version": "1.3.11",
"description": "The official Skaly extension for Google Chrome.",
"permissions": [
"tabs",
"cookies",
"alarms",
"idle",
"background",
"scripting",
"storage"
],
"host_permissions": [
"*:\/\/*.skaly.co\/*",
"https:\/\/www.linkedin.com\/*"
],
"action": {
"default_icon": "images\/logos\/skaly-icon-128.png",
"default_title": "Open Skaly",
"default_popup": "index.html"
},
"icons": {
"128": "images\/logos\/skaly-icon-128.png"
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.skaly.co\/*"
],
"js": [
"inject.js"
]
}
]
} | |