Rite.ly
Shorten links on the fly
Co to jest Rite.ly?
Rite.ly to rozszerzenie Chrome opracowane przez http://rite.ly, a jego główną funkcją jest „Shorten links on the fly”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Rite.ly
Pobierz pliki rozszerzeń Rite.ly w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Shorten links , add CTAs , brand every link you share.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | nhmphdnfikgklchmdgfglggllcoejoia |
Oficjalny URL | https://chrome.google.com/webstore/detail/ritely/nhmphdnfikgklchmdgfglggllcoejoia |
Opis | Shorten links on the fly |
Rozmiar pliku | 715 KB |
Liczba instalacji | 1,000 |
Aktualna Wersja | 0.0.3 |
Ostatnia Aktualizacja | 2017-03-20 |
Data Publikacji | 2017-03-20 |
Ocena | 5.00/5 Łącznie 5 Oceny |
Deweloper | http://rite.ly |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://rite.ly |
Adres URL Strony Polityki Prywatności | https://ritekit.com/privacy |
Obsługiwane Języki | 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'" } |