FormRecycler
FormRecycler recycles Google Form questions from previously created Forms
FormRecycler क्या है?
FormRecycler Automagical Apps द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "FormRecycler recycles Google Form questions from previously created Forms"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में FormRecycler एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Assists FormRecycler and FormCreator Google Add-ons, bit.ly/FormRecyclerAdd-on and bit.ly/FormCreator, to recycle the images that are embedded in their questions that were just recycled. *Currently you cannot recycle embedded image items from Forms locked to Domain only.* To work around this, toggle off the Domain only. Then recycle the questions with FormRecycler Add-on. After recycling, toggle the Domain only back on for the Form you are recycling for (if you wish). Steps for success: 1. Install this Chrome Extension 2. Sign-in with Google 3. Refresh the Form. 4a. Use FormRecycler Add-on to recycle questions. 4b. Use FormCreator to create a Form/Quiz with images in a question. 5. FormRecycler Add-on will tell the FormRecycler Chrome Extension when it is finished and will enable you to Insert Images in your Form. 6. Click the Insert Images in this Form button in the Chrome Extension. 7. The Chrome Extension will continue to insert images until it is done. V4.0.1 update: Fixed issues after the change in the underlying structure of Google Forms. V2.1 update: Now will recycle embedded images on Forms that are in Spanish language.
एक्सटेंशन की मूल जानकारी
नाम | FormRecycler |
ID | mchfbealmbmnkjdfdcncomobnepkphha |
आधिकारिक URL | https://chromewebstore.google.com/detail/formrecycler/mchfbealmbmnkjdfdcncomobnepkphha |
विवरण | FormRecycler recycles Google Form questions from previously created Forms |
फ़ाइल का आकार | 37.88 KB |
स्थापना संख्या | 8,480 |
वर्तमान संस्करण | 4.0.1 |
अंतिम अपडेट | 2021-08-26 |
प्रकाशन तिथि | 2019-11-15 |
रेटिंग | 3.00/5 कुल 6 रेटिंग्स |
डेवलपर | Automagical Apps |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.automagicalapps.com/formRecycler |
सहायता पृष्ठ URL | https://www.automagicalapps.com/formRecycler |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "FormRecycler", "description": "FormRecycler recycles Google Form questions from previously created Forms", "version": "4.0.1", "homepage_url": "https:\/\/automagicalapps.com", "icons": { "128": "FormRecyclerLogo.png" }, "browser_action": { "default_icon": "FormRecyclerLogo.png", "default_popup": "credentials.html" }, "background": { "page": "background.html" }, "permissions": [ "identity", "activeTab" ], "content_scripts": [ { "matches": [ "https:\/\/docs.google.com\/forms\/*", "https:\/\/docs.google.com\/*\/forms\/*" ], "all_frames": true, "js": [ "content.js" ], "run_at": "document_end" } ], "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com; object-src 'self'", "oauth2": { "client_id": "265532780714-79gpg6s69rgskvk6odjmqqeas50420b6.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/userinfo.email", "https:\/\/www.googleapis.com\/auth\/userinfo.profile" ] }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAzTUEi8SRGyEEhjnhgvQNGRN5fmKcHeDwXP1OiLiQZO9LAqj4hn7OS5RLorrHxgjZ5RGXIKTF\/dZIxxj+6nWk\/AHwbJOaa3qs8N2e8FYgkdNwctalEr76LxHUsv0lbonAu1A0ovwXjQTH\/pvB9lT7lR9Ucpc\/rVKIf\/y2DAd193cVA8+UIAHrQHf5jI6yefQBDYxuEEd3RCprOA3Mik1KvvkDZmie1eG0IiDlgeLfxNfMybLa8SxPlIu1YT4ycPiia5nvRAcNsPmZqkJuA0R7LiGMJhtFU384T9zJPdhJPXe0aETVkjxCbBPNhoANCa8jgH3nnLPAJAhkDImdRq7+5wIDAQAB" } |