ACi.DO Link Shortener Tool
ACi.DO Link Shortener Tool
What is ACi.DO Link Shortener Tool?
ACi.DO Link Shortener Tool is a Chrome extension developed by http://aci.do, and its main feature is "ACi.DO Link Shortener Tool".
Extension Screenshots
Download ACi.DO Link Shortener Tool Extension CRX File
Download ACi.DO Link Shortener Tool 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
With this extension you can short your url with our new brand product ACi.DO (http://aci.do) faster!!
Create your short url, share them and find out how many people click on it! Extension Basic Information
| Name | |
| ID | mcffefcdgocogigggpkhlapopnbfhnln |
| Official URL | https://chrome.google.com/webstore/detail/acido-link-shortener-tool/mcffefcdgocogigggpkhlapopnbfhnln |
| Description | ACi.DO Link Shortener Tool |
| File Size | 92.76 KB |
| Installation Count | 42 |
| Current Version | 1.0.2 |
| Last Updated | 2015-03-09 |
| Publish Date | 2015-03-09 |
| Rating | 5.00/5 Total 5 Ratings |
| Developer | http://aci.do |
| Payment Type | free |
| Extension Website | http://aci.do |
| Help Page URL | http://aci.do/terms.aspx |
| Supported Languages | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "ACi.DO Link Shortener Tool",
"version": "1.0.2",
"description": "ACi.DO Link Shortener Tool",
"short_name": "ACi.DO TinyUrl",
"icons": {
"16": "img\/logo.png",
"48": "img\/logo.png",
"128": "img\/logo.png"
},
"author": "ABIRK Group",
"offline_enabled": false,
"browser_action": {
"default_icon": "img\/logo.png",
"default_popup": "popup.html",
"default_title": "ACi.DO: Short Url"
},
"permissions": [
"activeTab",
"storage",
"https:\/\/aci.do\/"
]
} | |