Double Click assets downloader
Bulk download all the items on a Google DoubleClick asset library page.
Double Click assets downloader क्या है?
Double Click assets downloader skyworksdigi द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Bulk download all the items on a Google DoubleClick asset library page."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Double Click assets downloader एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
DoubleClick assets downloader allows you to easily download Google DoubleClick assets from several folders at once. HOW TO USE: 1. Check all the boxes from those folders on DoubleClick Studio you want to download. 2. Click on the extension. Wait for the CSV file to be downloaded, upload it when the add file button prompt. 3. That's it! Your folders are now in your Downloads folder. CONTRIBUTORS: Carmen Chapa Luke Twomey @Sky Works!
एक्सटेंशन की मूल जानकारी
नाम | |
ID | bjipniagecflejnaojalejgihdnfemah |
आधिकारिक URL | https://chrome.google.com/webstore/detail/double-click-assets-downl/bjipniagecflejnaojalejgihdnfemah |
विवरण | Bulk download all the items on a Google DoubleClick asset library page. |
फ़ाइल का आकार | 82.99 KB |
स्थापना संख्या | 175 |
वर्तमान संस्करण | 1.3 |
अंतिम अपडेट | 2018-06-06 |
प्रकाशन तिथि | 2018-06-06 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | skyworksdigi |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Double Click assets downloader", "author": "Luke Twomey & Carmen Chapa", "content_scripts": [ { "run_at": "document_end", "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery-3.2.1.min.js", "content.js" ] } ], "description": "Bulk download all the items on a Google DoubleClick asset library page.", "version": "1.3", "icons": { "16": "images\/icon16.png", "24": "images\/icon24.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "default_icon": { "16": "images\/icon16.png", "24": "images\/icon24.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "default_popup": "popup.html" }, "permissions": [ "tabs", "activeTab", "downloads", "downloads.open", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "scripts": [ "background.js" ], "persistent": false } } |