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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Shorten, Share, Manage. Google Chrome Extension for URL Shortener at hive.am"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में hive - Custom URL Shortener एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}