Cacoo Finder
Cacoo Finder is easy to use Cacoo( https://cacoo.com/ ), 'unofficial' extension for Google Chrome.
What is Cacoo Finder?
Cacoo Finder is a Chrome extension developed by shoito, and its main feature is "Cacoo Finder is easy to use Cacoo( https://cacoo.com/ ), 'unofficial' extension for Google Chrome.".
Extension Screenshots
Download Cacoo Finder Extension CRX File
Download Cacoo Finder 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
Cacoo Finder is easy to use Cacoo( https://cacoo.com/ ), "unofficial" extension for Google Chrome. What you can do with Cacoo Finder - View the diagram information - Easily open a diagram - Create new diagram - Add/View comments of diagram Cacoo - Create diagrams online Real time collaboration! https://cacoo.com/ GitHub - Source Code https://github.com/shoito/cacoo-finder-chrome-extension
Extension Basic Information
Name | |
ID | pcfedgjdgkacloiabdlghochjfmnalck |
Official URL | https://chromewebstore.google.com/detail/cacoo-finder/pcfedgjdgkacloiabdlghochjfmnalck |
Description | Cacoo Finder is easy to use Cacoo( https://cacoo.com/ ), 'unofficial' extension for Google Chrome. |
File Size | 324 KB |
Installation Count | 1,173 |
Current Version | 0.2.0 |
Last Updated | 2020-01-09 |
Publish Date | 2020-01-08 |
Rating | 3.75/5 Total 8 Ratings |
Developer | shoito |
[email protected] | |
Payment Type | free |
Supported Languages | en,ja |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "browser_action": { "default_icon": "images\/icon48.png", "default_title": "__MSG_extName__", "default_popup": "popup.html" }, "icons": { "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "description": "__MSG_extDescription__", "name": "__MSG_extName__", "options_page": "options.html", "permissions": [ "tabs", "https:\/\/cacoo.com\/" ], "default_locale": "en", "version": "0.2.0", "manifest_version": 2 } |