小码短链接
好用、好看、有数据统计报表的短链接工具
Wat is 小码短链接?
小码短链接 is een Chrome-extensie ontwikkeld door https://xiaomark.com, en de belangrijkste functie is "好用、好看、有数据统计报表的短链接工具".
Extensie Screenshots
Download het CRX-bestand van de extensie 小码短链接
Download 小码短链接-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
好用、好看、有数据统计报表的短链接工具 小码短链接提供网址缩短服务,并可统计短网址的点击访问数据,生成数据报表 「随机跳转」:同一个短链接随机跳转至不同的网址,让你轻松搞定AB测试 「批量创建」:快速创建短链接 「协作空间」:邀请团队成员加入同一个协作空间,共享链接数据 「开放 API」:只需10分钟,即可让你的产品接入短链接能力
Basisinformatie over de Extensie
Naam | 小码短链接 |
ID | phgnljhcfaiimdbmpbphhfoplhleaghn |
Officiële URL | https://chromewebstore.google.com/detail/%E5%B0%8F%E7%A0%81%E7%9F%AD%E9%93%BE%E6%8E%A5/phgnljhcfaiimdbmpbphhfoplhleaghn |
Beschrijving | 好用、好看、有数据统计报表的短链接工具 |
Bestandsgrootte | 192 KB |
Aantal Installaties | 810 |
Huidige Versie | 1.1.4 |
Laatst Bijgewerkt | 2020-11-03 |
Publicatiedatum | 2020-06-29 |
Beoordeling | 4.75/5 Totaal 4 Beoordelingen |
Ontwikkelaar | https://xiaomark.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://xiaomark.com/ |
Help Pagina-URL | https://xiaomark.com/ |
URL van de Privacybeleid Pagina | https://xiaomark.com/terms |
Ondersteunde Talen | 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\/" ] } |