Vainu Company View for Chrome

Vainu View for Chrome

Vainu Company View for Chrome क्या है?

Vainu Company View for Chrome Vainu द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Vainu View for Chrome"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Vainu Company View for Chrome एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Vainu Company View for Chrome shows you the facts behind a company website. Navigate to the website of an interesting company, prospect or customer and let Vainu to display all the relevant company information.

To access the full features of Vainu Company View for Chrome, you'll need a Vainu subscription with Vainu credentials. If you don't have Vainu credentials, you can still access and use this extension, but with limited features.                    

एक्सटेंशन की मूल जानकारी

नाम Vainu Company View for Chrome Vainu Company View for Chrome
ID ffimbefjhiohmhnhofcplohdlphcnhao
आधिकारिक URL https://chromewebstore.google.com/detail/vainu-company-view-for-ch/ffimbefjhiohmhnhofcplohdlphcnhao
विवरण Vainu View for Chrome
फ़ाइल का आकार 264 KB
स्थापना संख्या 800
वर्तमान संस्करण 1.0
अंतिम अपडेट 2020-09-30
प्रकाशन तिथि 2020-09-30
रेटिंग 5.00/5 कुल 10 रेटिंग्स
डेवलपर Vainu
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.vainu.com
गोपनीयता नीति पृष्ठ URL https://www.vainu.com/legal-stuff
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Vainu Company View for Chrome",
    "version": "1.0",
    "description": "Vainu View for Chrome",
    "permissions": [
        "activeTab",
        "storage",
        "https:\/\/api.vainu.io\/",
        "https:\/\/solutions.vainu.com\/"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "options_page": "settings.html",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/vainu_16_round.png",
            "32": "images\/vainu_32_round.png",
            "48": "images\/vainu_48_round.png",
            "128": "images\/vainu_128_round.png"
        }
    },
    "icons": {
        "16": "images\/vainu_16_round.png",
        "32": "images\/vainu_32_round.png",
        "48": "images\/vainu_48_round.png",
        "128": "images\/vainu_128_round.png"
    },
    "manifest_version": 2
}