ProductionCrate Connect
ProductionCrate Connect is the ultimate Extension for your Video Effects, Sound Effects, Music, Graphics and 3D needs. This…
Co to jest ProductionCrate Connect?
ProductionCrate Connect to rozszerzenie Chrome opracowane przez https://productioncrate.com, a jego główną funkcją jest „ProductionCrate Connect is the ultimate Extension for your Video Effects, Sound Effects, Music, Graphics and 3D needs. This…”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia ProductionCrate Connect
Pobierz pliki rozszerzeń ProductionCrate Connect w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | ProductionCrate Connect |
ID | oagbohjaeipmkcfcjkjhnklieidnkpdo |
Oficjalny URL | https://chromewebstore.google.com/detail/productioncrate-connect/oagbohjaeipmkcfcjkjhnklieidnkpdo |
Opis | ProductionCrate Connect is the ultimate Extension for your Video Effects, Sound Effects, Music, Graphics and 3D needs. This… |
Rozmiar pliku | 108 KB |
Liczba instalacji | 24,845 |
Aktualna Wersja | 2.5 |
Ostatnia Aktualizacja | 2023-11-15 |
Data Publikacji | 2020-04-07 |
Ocena | 4.75/5 Łącznie 12 Oceny |
Deweloper | https://productioncrate.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://www.productioncrate.com/ |
Adres URL Strony Pomocy | https://www.productioncrate.com/questions-answers.html |
Adres URL Strony Polityki Prywatności | https://www.productioncrate.com/privacy.html |
Obsługiwane Języki | 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" ] } } |