小码短链接
好用、好看、有数据统计报表的短链接工具
What is 小码短链接?
小码短链接 is a Chrome extension developed by https://xiaomark.com, and its main feature is "好用、好看、有数据统计报表的短链接工具".
Extension Screenshots
Download 小码短链接 Extension CRX File
Download 小码短链接 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
好用、好看、有数据统计报表的短链接工具 小码短链接提供网址缩短服务,并可统计短网址的点击访问数据,生成数据报表 「随机跳转」:同一个短链接随机跳转至不同的网址,让你轻松搞定AB测试 「批量创建」:快速创建短链接 「协作空间」:邀请团队成员加入同一个协作空间,共享链接数据 「开放 API」:只需10分钟,即可让你的产品接入短链接能力
Extension Basic Information
Name | 小码短链接 |
ID | phgnljhcfaiimdbmpbphhfoplhleaghn |
Official URL | https://chromewebstore.google.com/detail/%E5%B0%8F%E7%A0%81%E7%9F%AD%E9%93%BE%E6%8E%A5/phgnljhcfaiimdbmpbphhfoplhleaghn |
Description | 好用、好看、有数据统计报表的短链接工具 |
File Size | 192 KB |
Installation Count | 810 |
Current Version | 1.1.4 |
Last Updated | 2020-11-03 |
Publish Date | 2020-06-29 |
Rating | 4.75/5 Total 4 Ratings |
Developer | https://xiaomark.com |
[email protected] | |
Payment Type | free |
Extension Website | https://xiaomark.com/ |
Help Page URL | https://xiaomark.com/ |
Privacy Policy Page URL | https://xiaomark.com/terms |
Supported Languages | 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\/" ] } |