Cincopa App
Cincopa App.
Qu'est-ce que Cincopa App ?
Cincopa App est une extension Chrome développée par https://www.cincopa.com, et sa fonction principale est "Cincopa App.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Cincopa App
Téléchargez les fichiers d'extension Cincopa App 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
Cincopa - A Smart Video and Multimedia Platform Cincopa.com is the most complete multimedia hosting and management platform on the web! Cincopa Chrome Extension allows to easily manage, publish, and share any multimedia galleries, including videos, audios, podcasts, images, and slideshows, directly from your Chrome web browser. Get instant stats on media galleries embedded to a current web page and create a new gallery in a few clicks. Take advantage of Cincopa’s smart features: ★ Get a quick summary of all media galleries embedded to the web page open in your browser tab. Cincopa Media Manager displays the total number of galleries on the web page, gallery IDs, the number of media assets in each gallery, and the number of views per gallery. ★ Copy the gallery embed code without the need to open the settings page, share it easily across the web. ★ Quickly open any gallery in Editor’s mode. ★ View and manage your Cincopa account. ★ Start creating a new media gallery right away – click on the “Create New” button and pick up a template. You’ll be redirected to Cincopa where you can customize the new gallery, upload assets and get the ready embed code.
Informations de Base sur l'Extension
Nom | Cincopa App |
ID | nbhdlidlgpfkiiaeaaddkikmnknhlnoo |
URL Officiel | https://chromewebstore.google.com/detail/cincopa-app/nbhdlidlgpfkiiaeaaddkikmnknhlnoo |
Description | Cincopa App. |
Taille du Fichier | 171 KB |
Nombre d'Installations | 146 |
Version Actuelle | 1.4.6 |
Dernière Mise à Jour | 2022-04-05 |
Date de Publication | 2019-12-17 |
Évaluation | 4.67/5 Total 3 Évaluations |
Développeur | https://www.cincopa.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.cincopa.com/ |
URL de la Page d'Aide | https://www.cincopa.com/help/ |
URL de la Page de Politique de Confidentialité | https://www.cincopa.com/privacy-policy |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Cincopa App", "description": "Cincopa App.", "version": "1.4.6", "manifest_version": 2, "browser_action": { "default_icon": "logo.png", "default_title": "Cincopa Extension", "default_popup": "window.html" }, "icons": { "16": "logo_16.png", "128": "logo.png" }, "permissions": [ "activeTab" ], "web_accessible_resources": [ "\/content.js" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |