Canto Chrome Extension

Canto Chrome Extension

Canto Chrome Extensionคืออะไร?

Canto Chrome Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Canto และคุณลักษณะหลักของมันคือ "Canto Chrome Extension"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Canto Chrome Extension

ดาวน์โหลดไฟล์ส่วนขยาย 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
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"
    }
}