Canto Chrome Extension

Canto Chrome Extension

Canto Chrome Extension क्या है?

Canto Chrome Extension Canto द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Canto Chrome Extension"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Canto Chrome Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}