Linkly for Google Chrome
Click tracking software
What is Linkly for Google Chrome?
Linkly for Google Chrome is a Chrome extension developed by Linkly, and its main feature is "Click tracking software".
Extension Screenshots
Download Linkly for Google Chrome Extension CRX File
Download Linkly for Google Chrome 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
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.
Extension Basic Information
Name | Linkly for Google Chrome |
ID | eafdoeojplandfjbmjkglljhlckoajcg |
Official URL | https://chromewebstore.google.com/detail/linkly-for-google-chrome/eafdoeojplandfjbmjkglljhlckoajcg |
Description | Click tracking software |
File Size | 44.92 KB |
Installation Count | 743 |
Current Version | 1.1 |
Last Updated | 2019-12-18 |
Publish Date | 2019-12-18 |
Rating | 4.50/5 Total 2 Ratings |
Developer | Linkly |
[email protected] | |
Payment Type | free |
Extension Website | https://linklyhq.com |
Help Page URL | https://linklyhq.com/google-chrome-extension |
Privacy Policy Page URL | https://linklyhq.com/privacy |
Supported Languages | 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\/*" ] } } |