Canto Chrome Extension

Canto Chrome Extension

Canto Chrome Extension란 무엇입니까?

Canto Chrome Extension은(는) Canto에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Canto Chrome Extension"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Canto Chrome Extension 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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"
    }
}