Cliquify
...
Cliquify란 무엇입니까?
Cliquify은(는) https://cliquify.me에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "..."입니다.
확장 프로그램 스크린샷
Cliquify 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension is used to connect your Linkedin account to your Cliquify account. This extension is used to connect your account. Cliquify collects stats to analyze and optimize your social presence. At the same time you will gain valuable insights about your content to see what really works. ✔ Analyze your data 10x faster ✔ Find insights others will not ✔ See why people engage with your content To use the extension, please make sure you have logged into your account and Linkedin account on Chrome Browser.
확장 프로그램 기본 정보
이름 | Cliquify |
ID | miiifofoponphccppehalcmeogfemibf |
공식 URL | https://chromewebstore.google.com/detail/cliquify/miiifofoponphccppehalcmeogfemibf |
설명 | ... |
파일 크기 | 146 KB |
설치 횟수 | 254 |
현재 버전 | 1.0.7 |
최근 업데이트 | 2024-02-03 |
출시 날짜 | 2022-04-04 |
개발자 | https://cliquify.me |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.cliquify.me/ |
도움말 페이지 URL | https://www.cliquify.me/contact-us |
개인정보 보호 정책 페이지 URL | https://www.cliquify.me/page/privacy-policy |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Cliquify", "description": "...", "version": "1.0.7", "action": { "default_popup": "popup.html", "default_icon": ".\/assets\/images\/icon-48.png" }, "icons": { "128": ".\/assets\/images\/icon-48.png" }, "permissions": [ "tabs", "alarms", "cookies", "storage", "offscreen" ], "background": { "service_worker": "scripts\/server.js" }, "host_permissions": [ "https:\/\/*.linkedin.com\/*", "*:\/\/*.cliquify.me\/*" ], "content_scripts": [ { "matches": [ " |