Snowflake
Automate the completion of online forms!
Snowflake क्या है?
Snowflake Michael Page द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automate the completion of online forms!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Snowflake एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Snowflake can automate the completion of most online forms. Highlights: • Snowflake usage is private. • Support for form variables that can be adjusted from the options page. • The ability to auto run templates on a website that matches a particular URL or a regular expression.
एक्सटेंशन की मूल जानकारी
नाम | Snowflake |
ID | ffjbmdacpilahnbipikkhdpglephcplk |
आधिकारिक URL | https://chromewebstore.google.com/detail/snowflake/ffjbmdacpilahnbipikkhdpglephcplk |
विवरण | Automate the completion of online forms! |
फ़ाइल का आकार | 425 KB |
स्थापना संख्या | 31 |
वर्तमान संस्करण | 1.0.2 |
अंतिम अपडेट | 2021-09-02 |
प्रकाशन तिथि | 2021-08-30 |
डेवलपर | Michael Page |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://techion.com.au/privacy-policy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Snowflake", "description": "Automate the completion of online forms!", "version": "1.0.2", "manifest_version": 3, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "action": { "default_popup": "popup.html", "default_title": "Snowflake", "default_icon": "icon.png" }, "permissions": [ "storage", "tabs" ], "options_page": "options.html", "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ " |