Cincopa App
Cincopa App.
什麼是Cincopa App?
Cincopa App是由https://www.cincopa.com開發的Chrome擴展程式,該擴展的主要功能是“Cincopa App.”。
擴展截圖
下載Cincopa App擴展crx文件
下載Cincopa App擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | Cincopa App |
ID | nbhdlidlgpfkiiaeaaddkikmnknhlnoo |
官方網址 | https://chromewebstore.google.com/detail/cincopa-app/nbhdlidlgpfkiiaeaaddkikmnknhlnoo |
簡介 | Cincopa App. |
檔案大小 | 171 KB |
安裝次數 | 146 |
目前版本 | 1.4.6 |
更新時間 | 2022-04-05 |
上架時間 | 2019-12-17 |
評分 | 4.67/5 共 3 次評分 |
開發者 | https://www.cincopa.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://www.cincopa.com/ |
說明頁面URL | https://www.cincopa.com/help/ |
隱私政策頁面URL | https://www.cincopa.com/privacy-policy |
支援的語言 | 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'" } |