Rite.ly

Shorten links on the fly

Vad är Rite.ly?

Rite.ly är en Chrome-tillägg utvecklad av http://rite.ly, och dess huvudfunktion är "Shorten links on the fly".

Tilläggsskärmbilder

screenshot

Ladda ner Rite.ly-förlängningens CRX-fil

Ladda ner Rite.ly-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Rite.ly Rite.ly
ID nhmphdnfikgklchmdgfglggllcoejoia
Officiell webbadress https://chrome.google.com/webstore/detail/ritely/nhmphdnfikgklchmdgfglggllcoejoia
Beskrivning Shorten links on the fly
Filstorlek 715 KB
Antal Installationer 1,000
Aktuell Version 0.0.3
Senast Uppdaterad 2017-03-20
Publiceringsdatum 2017-03-20
Betyg 5.00/5 Totalt 5 Betyg
Utvecklare http://rite.ly
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://rite.ly
URL till Sekretesspolicy Sidan https://ritekit.com/privacy
Stödda Språk 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'"
}