Export Mode Tables
Allows you to export mode tables to a csv
ما هو Export Mode Tables؟
Export Mode Tables هو إضافة Chrome تم تطويرها بواسطة Shopify، والميزة الرئيسية لها هي "Allows you to export mode tables to a csv".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Export Mode Tables
قم بتنزيل ملفات الامتداد Export Mode Tables بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 } |