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 https://airreader.hatenablog.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Quickly append row to Spreadsheet from Chrome extensions popup window."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Quickly Append row to Spreadsheet एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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'" } |