CB.click

Fast & simple URL shortener, that gives you an opportunity to earn on your links and content.

CB.click란 무엇입니까?

CB.click은(는) https://cb.click에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Fast & simple URL shortener, that gives you an opportunity to earn on your links and content."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

CB.click 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Share links in a reduced, easy-to-remember format, place it on a website or social media platform, get a hefty commission!

How Does It Work?
Every user, who follows one of your links, views an ad splash or a promo landing. User downloads software — you get the reward!

— Short links — easy to share & remember
— Easy way to earn online
— Browse the history of your short links and payments
— Analyze user data to market better and earn more
— Monitor full statistics in your personal area
— Protect special URLs with password                    

확장 프로그램 기본 정보

이름 CB.click CB.click
ID knmghooehbjicekkmaolodoaapmjmcog
공식 URL https://chromewebstore.google.com/detail/cbclick/knmghooehbjicekkmaolodoaapmjmcog
설명 Fast & simple URL shortener, that gives you an opportunity to earn on your links and content.
파일 크기 44.73 KB
설치 횟수 10,000
현재 버전 0.2.4
최근 업데이트 2020-02-19
출시 날짜 2020-02-17
평점 4.55/5 총 20 개의 평점
개발자 https://cb.click
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://cryptotabstart.com/en/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "icons\/cblcik_icon_bar-256px.png",
        "default_title": "CB.click",
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "icons": {
        "128": "icons\/cblcik_icon-128px.png",
        "16": "icons\/cblcik_icon-16px.png",
        "256": "icons\/cblcik_icon-256px.png",
        "32": "icons\/cblcik_icon-32px.png",
        "48": "icons\/cblcik_icon-48px.png"
    },
    "manifest_version": 2,
    "permissions": [
        "storage",
        "tabs",
        "contextMenus"
    ],
    "version": "0.2.4"
}