Canto Chrome Extension

Canto Chrome Extension

Canto Chrome Extension là gì?

Canto Chrome Extension là một tiện ích mở rộng Chrome được phát triển bởi Canto, và tính năng chính của nó là "Canto Chrome Extension".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Canto Chrome Extension

Tải xuống các tệp mở rộng Canto Chrome Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Canto Chrome Extension Canto Chrome Extension
ID fdjdajlgnnfpociffmakgnjajehelcni
URL Chính Thức https://chromewebstore.google.com/detail/canto-chrome-extension/fdjdajlgnnfpociffmakgnjajehelcni
Mô tả Canto Chrome Extension
Kích Thước Tệp 1.03 MB
Số Lần Cài Đặt 615
Phiên Bản Hiện Tại 1.4.0
Cập Nhật Lần Cuối 2022-08-24
Ngày Phát Hành 2019-10-17
Đánh Giá 4.71/5 Tổng số 7 Đánh Giá
Nhà Phát Triển Canto
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.canto.com/
URL Trang Chính Sách Bảo Mật https://www.canto.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}