hive - Custom URL Shortener

Shorten, Share, Manage. Google Chrome Extension for URL Shortener at hive.am

hive - Custom URL Shortener란 무엇입니까?

hive - Custom URL Shortener은(는) https://hiveam.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Shorten, Share, Manage. Google Chrome Extension for URL Shortener at hive.am"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

hive - Custom URL Shortener 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        HIVE allows you to shorten URL's, share them, and create a statistic easily.

Shorten your URL's quickly and easily with our web service. You can do this on our website (https://hiveam.com) or with our native Google Chrome extension.

Besides the intuitive usability there are various optional features available. Among other things you can set a password for your link or bundle those in order to share or archive them.

HIVE can be used anonymously or with an account. 

For more information, visit our website https://hiveam.com                    

확장 프로그램 기본 정보

이름 hive - Custom URL Shortener hive - Custom URL Shortener
ID jnjofakbpnpoemididcgegnhmpaelgfi
공식 URL https://chromewebstore.google.com/detail/hive-custom-url-shortener/jnjofakbpnpoemididcgegnhmpaelgfi
설명 Shorten, Share, Manage. Google Chrome Extension for URL Shortener at hive.am
파일 크기 68.37 KB
설치 횟수 150
현재 버전 2.1.0
최근 업데이트 2019-02-13
출시 날짜 2019-02-13
평점 4.60/5 총 10 개의 평점
개발자 https://hiveam.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://hiveam.com
도움말 페이지 URL https://hiveam.com/contact
개인정보 보호 정책 페이지 URL https://hiveam.com/privacy
지원되는 언어 de,en
manifest.json
{
    "author": "Its Hive, Inc",
    "background": {
        "page": "background\/background.html"
    },
    "browser_action": {
        "default_icon": "icons\/icon16.png"
    },
    "content_scripts": [
        {
            "js": [
                "content_scripts\/oncopy.js"
            ],
            "matches": [
                "http:\/\/*\/*"
            ]
        }
    ],
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "homepage_url": "https:\/\/hiveam.com",
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png"
    },
    "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDAtUeZkvgqxMJl96\/N7coSi\/uctBMFX9H3GFgI\/AqAQXXeI+N9ppEJeE8aYCn9REEDpl1qzD65jVN987W0oT8Xr4TJUlFPEJdWI28W5a4zxOqPvnzOtlABTYAIp6DV\/RLAUJPAPAcqSr\/Fqsx+VtoogB4JiC5yCf+aXO1MwtUFtQIDAQAB",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "options_page": "options\/options.html",
    "permissions": [
        "contextMenus",
        "https:\/\/hiveam.com\/api",
        "tabs",
        "notifications",
        "clipboardWrite",
        "clipboardRead"
    ],
    "short_name": "hive",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.1.0",
    "web_accessible_resources": [
        "icons\/icon48.png",
        "icons\/icon48_red.png"
    ]
}