Skaly extension
The official Skaly extension for Google Chrome.
What is Skaly extension?
Skaly extension is a Chrome extension developed by https://skaly.co, and its main feature is "The official Skaly extension for Google Chrome.".
Extension Screenshots
Download Skaly extension Extension CRX File
Download Skaly extension 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
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.
Extension Basic Information
Name | Skaly extension |
ID | pbpabmcpcacemekgglopihphpjghjifk |
Official URL | https://chromewebstore.google.com/detail/skaly-extension/pbpabmcpcacemekgglopihphpjghjifk |
Description | The official Skaly extension for Google Chrome. |
File Size | 1.21 MB |
Installation Count | 467 |
Current Version | 1.3.11 |
Last Updated | 2023-08-03 |
Publish Date | 2022-06-15 |
Rating | 5.00/5 Total 14 Ratings |
Developer | https://skaly.co |
[email protected] | |
Payment Type | free |
Extension Website | https://www.skaly.co |
Privacy Policy Page URL | https://skaly-prod-public-resources.skaly.co/docs/politique-confidentialite-Skaly-v.1.0.0.pdf |
Supported Languages | 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" ] } ] } |