小码短链接
好用、好看、有数据统计报表的短链接工具
什么是小码短链接?
小码短链接是由https://xiaomark.com开发的Chrome扩展程序,该扩展的主要功能是“好用、好看、有数据统计报表的短链接工具”。
扩展截图
下载小码短链接扩展crx文件
下载小码短链接扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        好用、好看、有数据统计报表的短链接工具
小码短链接提供网址缩短服务,并可统计短网址的点击访问数据,生成数据报表
「随机跳转」:同一个短链接随机跳转至不同的网址,让你轻松搞定AB测试
「批量创建」:快速创建短链接
「协作空间」:邀请团队成员加入同一个协作空间,共享链接数据
「开放 API」:只需10分钟,即可让你的产品接入短链接能力                     扩展基本信息
| 名称 |   |  
| ID | phgnljhcfaiimdbmpbphhfoplhleaghn | 
| 官方URL | https://chromewebstore.google.com/detail/%E5%B0%8F%E7%A0%81%E7%9F%AD%E9%93%BE%E6%8E%A5/phgnljhcfaiimdbmpbphhfoplhleaghn | 
| 简介 | 好用、好看、有数据统计报表的短链接工具 | 
| 文件大小 | 192 KB | 
| 安装次数 | 810 | 
| 当前版本 | 1.1.4 | 
| 更新时间 | 2020-11-03 | 
| 上架时间 | 2020-06-29 | 
| 评分 | 4.75/5 共4次评分 | 
| 开发者 | https://xiaomark.com | 
| 电子邮箱 | [email protected] | 
| 付费类型 | free | 
| 扩展官网 | https://xiaomark.com/ | 
| 帮助页面URL | https://xiaomark.com/ | 
| 隐私政策页面URL | https://xiaomark.com/terms | 
| 支持的语言 | zh-CN | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u5c0f\u7801\u77ed\u94fe\u63a5",
    "description": "\u597d\u7528\u3001\u597d\u770b\u3001\u6709\u6570\u636e\u7edf\u8ba1\u62a5\u8868\u7684\u77ed\u94fe\u63a5\u5de5\u5177",
    "version": "1.1.4",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "browser_action": {
        "default_title": "\u5c0f\u7801\u77ed\u94fe\u63a5",
        "default_popup": "popup\/popup.html"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "storage",
        "cookies",
        "https:\/\/sl-stage.xiaomark.com\/",
        "https:\/\/sl.xiaomark.com\/",
        "https:\/\/xiaomark.com\/"
    ]
}  |  |