Rite.ly

Shorten links on the fly

Co je Rite.ly?

Rite.ly je rozšíření Chrome vyvinuté http://rite.ly, a jeho hlavní funkcí je „Shorten links on the fly“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Rite.ly

Stáhněte si soubory rozšíření Rite.ly ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Shorten links , add CTAs , brand every link you share.                    

Základní Informace o Rozšíření

Název Rite.ly Rite.ly
ID nhmphdnfikgklchmdgfglggllcoejoia
Oficiální URL https://chrome.google.com/webstore/detail/ritely/nhmphdnfikgklchmdgfglggllcoejoia
Popis Shorten links on the fly
Velikost souboru 715 KB
Počet instalací 1,000
Aktuální Verze 0.0.3
Poslední Aktualizace 2017-03-20
Datum Vydání 2017-03-20
Hodnocení 5.00/5 Celkem 5 Hodnocení
Vývojář http://rite.ly
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://rite.ly
URL Stránky Zásad Ochrany Soukromí https://ritekit.com/privacy
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Rite.ly",
    "short_name": "Rite.ly : Call To A ction",
    "description": "Shorten links on the fly",
    "version": "0.0.3",
    "icons": {
        "16": "ritely-extension-shared\/img\/icon-16.png",
        "48": "ritely-extension-shared\/img\/icon-48.png",
        "256": "ritely-extension-shared\/img\/icon-256.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "ritely-extension-shared\/img\/icon-19.png",
            "38": "ritely-extension-shared\/img\/icon-76.png"
        },
        "default_popup": "native\/main.html",
        "default_title": "Rite.ly"
    },
    "background": {
        "page": "native\/background.html",
        "persistent": true
    },
    "options_ui": {
        "page": "native\/options.html",
        "chrome_style": true
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.ritetag.com\/*",
            "https:\/\/*.rite.ly\/*",
            "https:\/\/*.twitter.com\/*",
            "https:\/\/buffer.com\/*",
            "https:\/\/1487482361.rsc.cdn77.org\/*"
        ]
    },
    "permissions": [
        "storage",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus"
    ],
    "content_security_policy": "script-src 'self' https:\/\/rite.ly; object-src 'self'"
}