Rite.ly
Shorten links on the fly
What is Rite.ly?
Rite.ly is a Chrome extension developed by http://rite.ly, and its main feature is "Shorten links on the fly".
Extension Screenshots
Download Rite.ly Extension CRX File
Download Rite.ly extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Shorten links , add CTAs , brand every link you share.
Extension Basic Information
Name | |
ID | nhmphdnfikgklchmdgfglggllcoejoia |
Official URL | https://chrome.google.com/webstore/detail/ritely/nhmphdnfikgklchmdgfglggllcoejoia |
Description | Shorten links on the fly |
File Size | 715 KB |
Installation Count | 1,000 |
Current Version | 0.0.3 |
Last Updated | 2017-03-20 |
Publish Date | 2017-03-20 |
Rating | 5.00/5 Total 5 Ratings |
Developer | http://rite.ly |
[email protected] | |
Payment Type | free |
Extension Website | https://rite.ly |
Privacy Policy Page URL | https://ritekit.com/privacy |
Supported Languages | 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'" } |