Rite.ly

Shorten links on the fly

Apa itu Rite.ly?

Rite.ly adalah ekstensi Chrome yang dikembangkan oleh http://rite.ly, dan fitur utamanya adalah "Shorten links on the fly".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Rite.ly

Unduh file ekstensi Rite.ly dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Rite.ly Rite.ly
ID nhmphdnfikgklchmdgfglggllcoejoia
URL Resmi https://chrome.google.com/webstore/detail/ritely/nhmphdnfikgklchmdgfglggllcoejoia
Deskripsi Shorten links on the fly
Ukuran File 715 KB
Jumlah Instalasi 1,000
Versi Saat Ini 0.0.3
Terakhir Diperbarui 2017-03-20
Tanggal Publikasi 2017-03-20
Penilaian 5.00/5 Total 5 Penilaian
Pengembang http://rite.ly
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://rite.ly
URL Halaman Kebijakan Privasi https://ritekit.com/privacy
Bahasa yang Didukung 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'"
}