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…".
Снимки экрана расширения
Скачать файл 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 |
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" ] } } |