Cacoo Finder

Cacoo Finder is easy to use Cacoo( https://cacoo.com/ ), 'unofficial' extension for Google Chrome.

Wat is Cacoo Finder?

Cacoo Finder is een Chrome-extensie ontwikkeld door shoito, en de belangrijkste functie is "Cacoo Finder is easy to use Cacoo( https://cacoo.com/ ), 'unofficial' extension for Google Chrome.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Cacoo Finder

Download Cacoo Finder-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Cacoo Finder Cacoo Finder
ID pcfedgjdgkacloiabdlghochjfmnalck
Officiële URL https://chromewebstore.google.com/detail/cacoo-finder/pcfedgjdgkacloiabdlghochjfmnalck
Beschrijving Cacoo Finder is easy to use Cacoo( https://cacoo.com/ ), 'unofficial' extension for Google Chrome.
Bestandsgrootte 324 KB
Aantal Installaties 1,173
Huidige Versie 0.2.0
Laatst Bijgewerkt 2020-01-09
Publicatiedatum 2020-01-08
Beoordeling 3.75/5 Totaal 8 Beoordelingen
Ontwikkelaar shoito
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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
}