Find Manuals Online
Find Manuals Online
Find Manuals Online क्या है?
Find Manuals Online https://www.findmanualsonline.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Find Manuals Online"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Find Manuals Online एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Unlock the potential to locate manuals with FindManualsOnline effortlessly! Delve into an expansive array of Online Manuals covering various products, from Appliances and TV and video to Computers and beyond! - Seamlessly navigate our extensive database by simply inputting the product name into the search box, streamlining the process of finding the precise manual you're looking for. - Easily explore manuals based on Brand or Category, ensuring you swiftly pinpoint the information you seek. - Accessing your search history has never been more convenient, allowing you to quickly revisit previously viewed manuals. - Never lose sight of crucial documents again—archive the manuals for future reference. Bid farewell to the tedious task of manual hunting and embrace the convenience that FindManualsOnline brings to your fingertips!
एक्सटेंशन की मूल जानकारी
नाम | Find Manuals Online |
ID | pajjflonaoonhpfnalopleeffidbhegm |
आधिकारिक URL | https://chromewebstore.google.com/detail/find-manuals-online/pajjflonaoonhpfnalopleeffidbhegm |
विवरण | Find Manuals Online |
फ़ाइल का आकार | 302 KB |
स्थापना संख्या | 10,000 |
वर्तमान संस्करण | 7.4001 |
अंतिम अपडेट | 2023-12-10 |
प्रकाशन तिथि | 2023-12-10 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | https://www.findmanualsonline.net |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.findmanualsonline.net/ |
गोपनीयता नीति पृष्ठ URL | https://www.findmanualsonline.net/privacy-policy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Find Manuals Online", "version": "7.4001", "description": "Find Manuals Online", "manifest_version": 3, "icons": { "128": "icons\/128.png", "64": "icons\/64.png", "48": "icons\/48.png", "38": "icons\/38.png", "32": "icons\/32.png", "19": "icons\/19.png", "16": "icons\/16.png" }, "permissions": [ "storage", "idle", "alarms" ], "host_permissions": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "background": { "service_worker": "serviceWorker.js" }, "content_scripts": [ { "js": [ "broker.js" ], "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "run_at": "document_start", "all_frames": true }, { "js": [ "page.js" ], "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "run_at": "document_start", "all_frames": false } ], "action": { "default_icon": { "19": "icons\/19.png", "38": "icons\/38.png" }, "default_title": "", "default_popup": "popup.html" } } |