Cacoo Finder
Cacoo Finder is easy to use Cacoo( https://cacoo.com/ ), 'unofficial' extension for Google Chrome.
Was ist Cacoo Finder?
Cacoo Finder ist eine Chrome-Erweiterung, die von shoito entwickelt wurde, und ihr Hauptmerkmal ist "Cacoo Finder is easy to use Cacoo( https://cacoo.com/ ), 'unofficial' extension for Google Chrome.".
Erweiterungsscreenshots
Cacoo Finder-Erweiterungs-CRX-Datei herunterladen
Laden Sie Cacoo Finder-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | pcfedgjdgkacloiabdlghochjfmnalck |
| Offizielle URL | https://chromewebstore.google.com/detail/cacoo-finder/pcfedgjdgkacloiabdlghochjfmnalck |
| Beschreibung | Cacoo Finder is easy to use Cacoo( https://cacoo.com/ ), 'unofficial' extension for Google Chrome. |
| Dateigröße | 324 KB |
| Installationsanzahl | 1,173 |
| Aktuelle Version | 0.2.0 |
| Letztes Update | 2020-01-09 |
| Veröffentlichungsdatum | 2020-01-08 |
| Bewertung | 3.75/5 Insgesamt 8 Bewertungen |
| Entwickler | shoito |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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
} | |