ProductionCrate Connect

ProductionCrate Connect is the ultimate Extension for your Video Effects, Sound Effects, Music, Graphics and 3D needs. This…

Τι είναι το ProductionCrate Connect;

Το ProductionCrate Connect είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://productioncrate.com, και η κύρια λειτουργία του είναι "ProductionCrate Connect is the ultimate Extension for your Video Effects, Sound Effects, Music, Graphics and 3D needs. This…".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης ProductionCrate Connect

Λήψη αρχείων επέκτασης ProductionCrate Connect σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        ProductionCrate Connect is the ultimate Extension for your Video Effects, Sound Effects, Music, Graphics and 3D needs.

This powerful Extension will allow you to download ProductionCrate content in an organized and systematic process. Instead of allowing your downloads to all fall into the same disorganized folder, ProductionCrate Connect will create a folder structure on your drive. All downloads will be auto-categorized into the same structure you see on the site.

Now you can easily find your downloaded assets instead of digging through one massive folder. Subcategories containing your downloads, properly labelled and structured, will speed up your workflow and let you create your work faster.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα ProductionCrate Connect ProductionCrate Connect
ID oagbohjaeipmkcfcjkjhnklieidnkpdo
Επίσημο URL https://chromewebstore.google.com/detail/productioncrate-connect/oagbohjaeipmkcfcjkjhnklieidnkpdo
Περιγραφή ProductionCrate Connect is the ultimate Extension for your Video Effects, Sound Effects, Music, Graphics and 3D needs. This…
Μέγεθος Αρχείου 108 KB
Αριθμός Εγκαταστάσεων 24,845
Τρέχουσα Έκδοση 2.5
Τελευταία Ενημέρωση 2023-11-15
Ημερομηνία Δημοσίευσης 2020-04-07
Αξιολόγηση 4.75/5 Συνολικά 12 Αξιολογήσεις
Προγραμματιστής https://productioncrate.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.productioncrate.com/
Διεύθυνση URL της Σελίδας Βοήθειας https://www.productioncrate.com/questions-answers.html
URL της Σελίδας Πολιτικής Απορρήτου https://www.productioncrate.com/privacy.html
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ProductionCrate Connect",
    "version": "2.5",
    "manifest_version": 2,
    "icons": {
        "128": "icon\/transparent.png"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "notifications",
        "*:\/\/*.productioncrate.com\/*",
        "downloads"
    ],
    "content_scripts": [
        {
            "js": [
                "js\/jquery.js",
                "js\/script.js"
            ],
            "matches": [
                "*:\/\/*.productioncrate.com\/*",
                "*:\/\/*.footagecrate.com\/*"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "browser_action": {
        "default_icon": "icon\/transparent.png",
        "default_popup": "html\/action.html"
    },
    "background": {
        "scripts": [
            "js\/jquery.js",
            "js\/bg.js"
        ]
    }
}