Rite.ly
Shorten links on the fly
O que é Rite.ly?
Rite.ly é uma extensão do Chrome desenvolvida por http://rite.ly, e sua principal característica é "Shorten links on the fly".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Rite.ly
Baixe arquivos de extensão Rite.ly no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Shorten links , add CTAs , brand every link you share.
Informações Básicas da Extensão
Nome | |
ID | nhmphdnfikgklchmdgfglggllcoejoia |
URL Oficial | https://chrome.google.com/webstore/detail/ritely/nhmphdnfikgklchmdgfglggllcoejoia |
Descrição | Shorten links on the fly |
Tamanho do Arquivo | 715 KB |
Contagem de Instalações | 1,000 |
Versão Atual | 0.0.3 |
Última Atualização | 2017-03-20 |
Data de Publicação | 2017-03-20 |
Classificação | 5.00/5 Total de 5 Avaliações |
Desenvolvedor | http://rite.ly |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://rite.ly |
URL da Página de Política de Privacidade | https://ritekit.com/privacy |
Idiomas Suportados | 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'" } |