OAGenius Auto ordering
OAGenius Auto ordering
OAGenius Auto ordering क्या है?
OAGenius Auto ordering https://www.oagenius.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "OAGenius Auto ordering"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में OAGenius Auto ordering एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Auto-Ordering Extension for use with OAGenius Sage This extension automates the placing of orders on supported sources. It not only saves time but it also fulfills more accurately then manually fulfilling orders. Systematic and efficient: - More secure than providing credit card information to employees - More accurate: no human error with regards to quantity or delivery address - Faster than a human - 24/7 order fulfillment
एक्सटेंशन की मूल जानकारी
नाम | OAGenius Auto ordering |
ID | ecpakkldffjcpgamneaknlgcdfkmamep |
आधिकारिक URL | https://chromewebstore.google.com/detail/oagenius-auto-ordering/ecpakkldffjcpgamneaknlgcdfkmamep |
विवरण | OAGenius Auto ordering |
फ़ाइल का आकार | 1.69 MB |
स्थापना संख्या | 468 |
वर्तमान संस्करण | 0.4.9 |
अंतिम अपडेट | 2022-02-10 |
प्रकाशन तिथि | 2020-07-01 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | https://www.oagenius.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.oagenius.com/webapp |
सहायता पृष्ठ URL | https://oagenius.zendesk.com/hc/en-us |
गोपनीयता नीति पृष्ठ URL | https://www.oagenius.com/privacy-policy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "OAGenius Auto ordering", "short_name": "OAGenius Auto ordering", "version": "0.4.9", "manifest_version": 2, "description": "OAGenius Auto ordering", "icons": { "16": "img\/logo.png", "48": "img\/logo.png", "128": "img\/logo.png" }, "background": { "page": "background.html", "persistent": true }, "browser_action": { "default_icon": "img\/logo.png", "default_title": "OAGenius Fulfillment" }, "content_scripts": [ { "matches": [ "https:\/\/app.oagenius.com\/orders" ], "js": [ "oagenius.js" ] }, { "matches": [ "https:\/\/app.oagenius.com\/*" ], "js": [ "js\/logout-script.js" ] }, { "matches": [ "https:\/\/www.walmart.com\/*" ], "js": [ "js\/walmart.js" ] } ], "permissions": [ "*:\/\/*.sentry.io\/*", "*:\/\/*.oagenius.com\/*", "*:\/\/*.walmart.com\/*", "*:\/\/.walmart.com\/*", "*:\/\/*.2captcha.com\/*", "*:\/\/*.px-cloud.net\/*", "cookies", "notifications", "webRequest", "webRequestBlocking" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "web_accessible_resources": [ "img\/*", "js\/*" ], "incognito": "split" } |