小码短链接
好用、好看、有数据统计报表的短链接工具
小码短链接란 무엇입니까?
小码短链接은(는) https://xiaomark.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "好用、好看、有数据统计报表的短链接工具"입니다.
확장 프로그램 스크린샷
小码短链接 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
好用、好看、有数据统计报表的短链接工具 小码短链接提供网址缩短服务,并可统计短网址的点击访问数据,生成数据报表 「随机跳转」:同一个短链接随机跳转至不同的网址,让你轻松搞定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\/" ] } |