Can I Find It
revolutionary way to direct consumer to websites when theres is down
Can I Find It क्या है?
Can I Find It uploadextsubmissions द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "revolutionary way to direct consumer to websites when theres is down"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Can I Find It एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Assisting customer when sites they are searching for are not working
एक्सटेंशन की मूल जानकारी
नाम | |
ID | gfpbdckkoklobiknlodcnmggapbjgnap |
आधिकारिक URL | https://chrome.google.com/webstore/detail/can-i-find-it/gfpbdckkoklobiknlodcnmggapbjgnap |
विवरण | revolutionary way to direct consumer to websites when theres is down |
फ़ाइल का आकार | 24.15 KB |
स्थापना संख्या | 21,176 |
वर्तमान संस्करण | 1.1 |
अंतिम अपडेट | 2022-04-21 |
प्रकाशन तिथि | 2022-04-18 |
रेटिंग | 2.50/5 कुल 16 रेटिंग्स |
डेवलपर | uploadextsubmissions |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://canifindit.net |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Jake L", "name": "Can I Find It", "short_name": "Can I Find It", "homepage_url": "https:\/\/canifindit.net", "description": "revolutionary way to direct consumer to websites when theres is down", "version": "1.1", "manifest_version": 3, "background": { "service_worker": "background.js" }, "icons": { "128": "logo-128.png" }, "permissions": [ "webNavigation" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } |