Export Mode Tables
Allows you to export mode tables to a csv
Export Mode Tables क्या है?
Export Mode Tables Shopify द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allows you to export mode tables to a csv"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Export Mode Tables एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension allows you to export Mode tables in explorations to a CSV! This extension is for you if you've ever created a Mode Exploration, and then have been dismayed at finding out you can't export the exploration table you've made to a CSV.
एक्सटेंशन की मूल जानकारी
नाम | Export Mode Tables |
ID | cjaneeddkolhbcgkjipgdpdlfgdecohj |
आधिकारिक URL | https://chromewebstore.google.com/detail/export-mode-tables/cjaneeddkolhbcgkjipgdpdlfgdecohj |
विवरण | Allows you to export mode tables to a csv |
फ़ाइल का आकार | 13.43 KB |
स्थापना संख्या | 134 |
वर्तमान संस्करण | 0.0.0.1 |
अंतिम अपडेट | 2021-01-29 |
प्रकाशन तिथि | 2021-01-29 |
रेटिंग | 2.50/5 कुल 2 रेटिंग्स |
डेवलपर | Shopify |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Export Mode Tables", "version": "0.0.0.1", "description": "Allows you to export mode tables to a csv", "permissions": [ "debugger", "downloads", "activeTab" ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "mode.png", "default_title": "Export Mode Tables" }, "icons": { "128": "mode.png" }, "manifest_version": 2 } |