Click Genius | Powerful URL shortener

Shorten links from pages you are currently visiting + QR Code and statistic

Click Genius | Powerful URL shortener란 무엇입니까?

Click Genius | Powerful URL shortener은(는) Network Genius에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Shorten links from pages you are currently visiting + QR Code and statistic"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Click Genius | Powerful URL shortener 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Shrink links in a snap: With the Click Genius Chrome Extension you can shorten links from pages you are currently visiting in seconds and thus share them in the easiest and most efficient way. 

The Click Genius Chrome Extension allows users to create generic or branded links (short URLs with a custom domain name) directly from the page they visit. The Click Genius Chrome extension is fully integrated with your Click Genius account. 

 

Create and share links in a snap 

With the Click Genius Chrome Extension, you can create short links in a snap. Just click on the Click Genius icon in your toolbar. Your personal short link to the current page will be created automatically. You can now either copy the short link, share it with your friends/colleagues or create a matching QR code. This way you can easily make more out of your links and work efficiently. 

 

Would you like a little more?  

We offer selected Premium Publishers the option to customize Click Genius specifically to their individual needs. Premium Publishers can choose to use our generic short links or create branded short links with their own web address and earn a share of every transaction they generate for participating merchants.  

For more information and to apply to become a Premium Publisher, visit www.click-genius.com.  

 

We respect your privacy 

Creating and sharing links with the Click Genius Chrome Extension is the same as creating and sharing with the Click Genius dashboard. This Chrome Extension does not collect any additional data about your browsing activity or history. Click Genius is fully GDPR compliant. 

For more information, please visit: https://click-genius.com                    

확장 프로그램 기본 정보

이름 Click Genius | Powerful URL shortener Click Genius | Powerful URL shortener
ID efmejlmdiodclfklabpleogdikhfmfge
공식 URL https://chromewebstore.google.com/detail/click-genius-powerful-url/efmejlmdiodclfklabpleogdikhfmfge
설명 Shorten links from pages you are currently visiting + QR Code and statistic
파일 크기 296 KB
설치 횟수 28
현재 버전 1.0
최근 업데이트 2021-10-24
출시 날짜 2021-10-23
평점 5.00/5 총 4 개의 평점
개발자 Network Genius
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://click-genius.com/
개인정보 보호 정책 페이지 URL https://www.network-genius.com/datenschutz
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Click Genius | Powerful URL shortener",
    "version": "1.0",
    "author": "Network Genius",
    "description": "Shorten links from pages you are currently visiting + QR Code and statistic",
    "permissions": [
        "",
        "tabs"
    ],
    "offline_enabled": true,
    "browser_action": {
        "default_title": "Click Genius",
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "16": "icons\/16.png",
            "19": "icons\/19.png",
            "32": "icons\/32.png",
            "48": "icons\/48.png",
            "64": "icons\/64.png",
            "128": "icons\/128.png"
        }
    },
    "icons": {
        "16": ".\/icons\/16.png",
        "19": ".\/icons\/19.png",
        "32": ".\/icons\/32.png",
        "48": ".\/icons\/48.png",
        "64": "icons\/64.png",
        "128": ".\/icons\/128.png"
    },
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "jquery.js",
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "\/icons\/star.png",
        "\/icons\/closeBtn.png"
    ]
}