Linkly for Google Chrome
Click tracking software
什么是Linkly for Google Chrome?
Linkly for Google Chrome是由Linkly开发的Chrome扩展程序,该扩展的主要功能是“Click tracking software”。
扩展截图
下载Linkly for Google Chrome扩展crx文件
下载Linkly for Google Chrome扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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. 扩展基本信息
| 名称 | |
| ID | eafdoeojplandfjbmjkglljhlckoajcg |
| 官方URL | https://chromewebstore.google.com/detail/linkly-for-google-chrome/eafdoeojplandfjbmjkglljhlckoajcg |
| 简介 | Click tracking software |
| 文件大小 | 44.92 KB |
| 安装次数 | 743 |
| 当前版本 | 1.1 |
| 更新时间 | 2019-12-18 |
| 上架时间 | 2019-12-18 |
| 评分 | 4.50/5 共2次评分 |
| 开发者 | Linkly |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://linklyhq.com |
| 帮助页面URL | https://linklyhq.com/google-chrome-extension |
| 隐私政策页面URL | https://linklyhq.com/privacy |
| 支持的语言 | 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\/*"
]
}
} | |