Quickly Append row to Spreadsheet

Quickly append row to Spreadsheet from Chrome extensions popup window.

ما هو Quickly Append row to Spreadsheet؟

Quickly Append row to Spreadsheet هو إضافة Chrome تم تطويرها بواسطة https://airreader.hatenablog.com، والميزة الرئيسية لها هي "Quickly append row to Spreadsheet from Chrome extensions popup window.".

لقطات شاشة التمديد

تحميل ملف CRX للإضافة Quickly Append row to Spreadsheet

قم بتنزيل ملفات الامتداد Quickly Append row to Spreadsheet بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Works with Google Spreadsheets and allows you to quickly add data from Chrome extensions.

* Feature
- A form is created according to the column name of the first row
  - If you set a column name called URL, you enter the URL of the page that opened the popup window, and entering the column name created_at will enter the data addition date
- If you set data entry rules in the second row, a radio button or a drop down menu will be displayed                    

معلومات أساسية عن التمديد

الاسم Quickly Append row to Spreadsheet Quickly Append row to Spreadsheet
ID nfndcigcgikdeofdojhklbohbmcbebbj
عنوان URL الرسمي https://chromewebstore.google.com/detail/quickly-append-row-to-spr/nfndcigcgikdeofdojhklbohbmcbebbj
الوصف Quickly append row to Spreadsheet from Chrome extensions popup window.
حجم الملف 158 KB
عدد التثبيتات 38
النسخة الحالية 1.0.2
آخر تحديث 2019-03-08
تاريخ النشر 2019-03-07
تقييم 5.00/5 مجموع تقييمات 3
المطور https://airreader.hatenablog.com
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Quickly Append row to Spreadsheet",
    "description": "Quickly append row to Spreadsheet from Chrome extensions popup window.",
    "version": "1.0.2",
    "browser_action": {
        "default_popup": "contents\/html\/popup.html"
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "https:\/\/script.google.com\/*",
        "tabs"
    ],
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}