Canto Chrome Extension

Canto Chrome Extension

什麼是Canto Chrome Extension?

Canto Chrome Extension是由Canto開發的Chrome擴展程式,該擴展的主要功能是“Canto Chrome Extension”。

擴展截圖

screenshot
screenshot
screenshot

下載Canto Chrome Extension擴展crx文件

下載Canto Chrome Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Canto Chrome Extension 

Simplify your marketing workflow and download files with a single click.

The Canto Chrome Extension allows you to easily and simply download files from a Chrome browser extension window.

Once downloaded, users can move content seamlessly to any other application.

The options are endless. Drop your images, PDFs and other important files into social media sites, web CMS systems, marketing automation tools, email programs, print vendor portals, PowerPoint and more! 

Save clicks. Save time. And be certain everyone on your team is working from the latest version. 

Don’t yet have a Canto media library for your team? No problem. Start a 15-day FREE Canto Trial today. No credit card required.                    

擴展基本資訊

名稱 Canto Chrome Extension Canto Chrome Extension
ID fdjdajlgnnfpociffmakgnjajehelcni
官方網址 https://chromewebstore.google.com/detail/canto-chrome-extension/fdjdajlgnnfpociffmakgnjajehelcni
簡介 Canto Chrome Extension
檔案大小 1.03 MB
安裝次數 615
目前版本 1.4.0
更新時間 2022-08-24
上架時間 2019-10-17
評分 4.71/5 共 7 次評分
開發者 Canto
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.canto.com/
隱私政策頁面URL https://www.canto.com/privacy-policy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Canto Chrome Extension",
    "version": "1.4.0",
    "manifest_version": 3,
    "description": "Canto Chrome Extension",
    "background": {
        "service_worker": "background.min.js"
    },
    "action": {
        "default_icon": {
            "16": "assets\/images\/favicon.png",
            "48": "assets\/images\/favicon.png",
            "128": "assets\/images\/favicon.png"
        },
        "default_title": "Canto Chrome Extension",
        "default_popup": "index.html"
    },
    "icons": {
        "16": "assets\/images\/favicon.png",
        "48": "assets\/images\/favicon.png",
        "128": "assets\/images\/favicon.png"
    },
    "permissions": [
        "storage",
        "downloads",
        "downloads.open",
        "downloads.shelf",
        "webRequest"
    ],
    "host_permissions": [
        "",
        "https:\/\/*\/*"
    ],
    "default_locale": "en",
    "file_system_provider_capabilities": {
        "configurable": true,
        "watchable": false,
        "multiple_mounts": true,
        "source": "file"
    }
}