Cacoo Finder
Cacoo Finder is easy to use Cacoo( https://cacoo.com/ ), 'unofficial' extension for Google Chrome.
Qu'est-ce que Cacoo Finder ?
Cacoo Finder est une extension Chrome développée par shoito, et sa fonction principale est "Cacoo Finder is easy to use Cacoo( https://cacoo.com/ ), 'unofficial' extension for Google Chrome.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Cacoo Finder
Téléchargez les fichiers d'extension Cacoo Finder au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | |
ID | pcfedgjdgkacloiabdlghochjfmnalck |
URL Officiel | https://chromewebstore.google.com/detail/cacoo-finder/pcfedgjdgkacloiabdlghochjfmnalck |
Description | Cacoo Finder is easy to use Cacoo( https://cacoo.com/ ), 'unofficial' extension for Google Chrome. |
Taille du Fichier | 324 KB |
Nombre d'Installations | 1,173 |
Version Actuelle | 0.2.0 |
Dernière Mise à Jour | 2020-01-09 |
Date de Publication | 2020-01-08 |
Évaluation | 3.75/5 Total 8 Évaluations |
Développeur | shoito |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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 } |