Rite.ly

Shorten links on the fly

Wat is Rite.ly?

Rite.ly is een Chrome-extensie ontwikkeld door http://rite.ly, en de belangrijkste functie is "Shorten links on the fly".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Rite.ly

Download Rite.ly-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Rite.ly Rite.ly
ID nhmphdnfikgklchmdgfglggllcoejoia
Officiële URL https://chrome.google.com/webstore/detail/ritely/nhmphdnfikgklchmdgfglggllcoejoia
Beschrijving Shorten links on the fly
Bestandsgrootte 715 KB
Aantal Installaties 1,000
Huidige Versie 0.0.3
Laatst Bijgewerkt 2017-03-20
Publicatiedatum 2017-03-20
Beoordeling 5.00/5 Totaal 5 Beoordelingen
Ontwikkelaar http://rite.ly
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://rite.ly
URL van de Privacybeleid Pagina https://ritekit.com/privacy
Ondersteunde Talen 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'"
}