Linkly for Google Chrome
Click tracking software
Qu'est-ce que Linkly for Google Chrome ?
Linkly for Google Chrome est une extension Chrome développée par Linkly, et sa fonction principale est "Click tracking software".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Linkly for Google Chrome
Téléchargez les fichiers d'extension Linkly for Google Chrome au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Chrome extension to help quickly create Linkly links. Linkly is click tracking software that allows advanced redirection, conversion tracking, click fraud monitoring and more. Find out more at https://linklyhq.com.
Informations de Base sur l'Extension
Nom | Linkly for Google Chrome |
ID | eafdoeojplandfjbmjkglljhlckoajcg |
URL Officiel | https://chromewebstore.google.com/detail/linkly-for-google-chrome/eafdoeojplandfjbmjkglljhlckoajcg |
Description | Click tracking software |
Taille du Fichier | 44.92 KB |
Nombre d'Installations | 743 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2019-12-18 |
Date de Publication | 2019-12-18 |
Évaluation | 4.50/5 Total 2 Évaluations |
Développeur | Linkly |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://linklyhq.com |
URL de la Page d'Aide | https://linklyhq.com/google-chrome-extension |
URL de la Page de Politique de Confidentialité | https://linklyhq.com/privacy |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Linkly for Google Chrome", "version": "1.1", "description": "Click tracking software", "manifest_version": 2, "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "tabs" ], "browser_action": { "default_title": "Create Linkly Link", "default_icon": "icon16.png" }, "externally_connectable": { "matches": [ "https:\/\/*.linklyhq.com\/*" ] } } |