Monitorsky

Chrome extension for Monitorsky

Monitorsky क्या है?

Monitorsky https://monitorsky.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Chrome extension for Monitorsky"।

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

screenshot

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

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

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

                        Monitorsky is a software application designed for businesses to efficiently manage their contacts. The application allows users to categorize and group contacts, making it easier to organize and keep track of their interactions.

With Monitorsky, businesses can import and export contact information, edit contact details, and create custom fields for each contact. This enables businesses to have a comprehensive view of their contacts, including their name, company, phone number, email address, and other important details.

Moreover, Monitorsky's grouping feature allows businesses to categorize their contacts into different segments based on factors like location, job title, or relationship to the business. This helps businesses to target specific groups of contacts for marketing campaigns, promotions, or other communication efforts.

Overall, Monitorsky is a powerful business tool that helps businesses to better manage their contacts and improve their customer relationship management.                    

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

नाम Monitorsky Monitorsky
ID aoilngicinhmahckamgidhclkdpbmfgj
आधिकारिक URL https://chromewebstore.google.com/detail/monitorsky/aoilngicinhmahckamgidhclkdpbmfgj
विवरण Chrome extension for Monitorsky
फ़ाइल का आकार 78.68 KB
स्थापना संख्या 822
वर्तमान संस्करण 0.2.26.5
अंतिम अपडेट 2023-03-22
प्रकाशन तिथि 2019-08-28
रेटिंग 3.83/5 कुल 6 रेटिंग्स
डेवलपर https://monitorsky.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://monitorsky.com
सहायता पृष्ठ URL https://monitorsky.com/faq/
गोपनीयता नीति पृष्ठ URL https://monitorsky.com/privacy-policy
समर्थित भाषाएँ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Monitorsky",
    "version": "0.2.26.5",
    "description": "Chrome extension for Monitorsky",
    "icons": {
        "144": "icons\/icon_144.png",
        "19": "icons\/icon_19.png",
        "38": "icons\/icon_38.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "webRequest",
        "webRequestBlocking",
        "https:\/\/*.skype.com\/",
        "*:\/\/*.monitorsky.com\/",
        "https:\/\/*.live.com\/",
        "https:\/\/auth.gfx.ms\/"
    ],
    "browser_action": {
        "default_title": "Monitorsky",
        "default_icon": "icons\/icon_19.png",
        "default_popup": "html\/default.html"
    },
    "background": {
        "scripts": [
            "js\/bluebird.js",
            "js\/bluebird-retry.js",
            "js\/ajax.js",
            "js\/utils.js",
            "js\/BigInteger.js",
            "js\/sha256.js",
            "js\/sha256Auth.js",
            "js\/skypeClient.js",
            "js\/monitorskyClient.js",
            "js\/background.js",
            "js\/update.js"
        ],
        "persistent": true
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.monitorsky.com\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.monitorsky.com\/*"
            ],
            "css": [
                "css\/monitorsky.com.css"
            ],
            "js": [
                "js\/content\/monitorsky.com.js"
            ]
        }
    ]
}