Corporation Wiki Search
Searches Corporation Wiki for the selected text
Corporation Wiki Search क्या है?
Corporation Wiki Search https://www.corporationwiki.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Searches Corporation Wiki for the selected text"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Corporation Wiki Search एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Select a company or person name on any website and have it search for that entity and all of their connections on Corporation Wiki.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | jgigdegmgbplalijegknkamjakihnbgb |
आधिकारिक URL | https://chromewebstore.google.com/detail/corporation-wiki-search/jgigdegmgbplalijegknkamjakihnbgb |
विवरण | Searches Corporation Wiki for the selected text |
फ़ाइल का आकार | 10.36 KB |
स्थापना संख्या | 1,072 |
वर्तमान संस्करण | 0.12 |
अंतिम अपडेट | 2021-08-10 |
प्रकाशन तिथि | 2016-02-11 |
रेटिंग | 5.00/5 कुल 8 रेटिंग्स |
डेवलपर | https://www.corporationwiki.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://www.corporationwiki.com/privacy-policy |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Corporation Wiki Search", "short_name": "Corporation Wiki Search", "description": "Searches Corporation Wiki for the selected text", "version": "0.12", "minimum_chrome_version": "38", "permissions": [ "contextMenus" ], "icons": { "16": "cw-icon-16.png", "48": "cw-icon-48.png", "128": "cw-icon-128.png" }, "background": { "page": "background.html" } } |