FrontSpin Multiplatform

The FrontSpin Multiplatform Chrome extension gives users ability to call using FrontSpin while using other applications.

FrontSpin Multiplatform क्या है?

FrontSpin Multiplatform FrontSpin द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The FrontSpin Multiplatform Chrome extension gives users ability to call using FrontSpin while using other applications."।

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

screenshot

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

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

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

                        FrontSpin is the most innovative and effective sales communication software on the market. Our cloud-based system and power dialer helps you engage with more prospects and customers in less time, closing more deals and accelerating sales.                    

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

नाम FrontSpin Multiplatform FrontSpin Multiplatform
ID dnajgbdlejjkphklpbmahjnakoclolkb
आधिकारिक URL https://chromewebstore.google.com/detail/frontspin-multiplatform/dnajgbdlejjkphklpbmahjnakoclolkb
विवरण The FrontSpin Multiplatform Chrome extension gives users ability to call using FrontSpin while using other applications.
फ़ाइल का आकार 6.12 MB
स्थापना संख्या 2,250
वर्तमान संस्करण 1.5.1
अंतिम अपडेट 2024-01-31
प्रकाशन तिथि 2020-06-10
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर FrontSpin
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.frontspin.com
गोपनीयता नीति पृष्ठ URL http://www.frontspin.com/privacy-policy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "FrontSpin Multiplatform",
    "short_name": "FrontSpin",
    "description": "The FrontSpin Multiplatform Chrome extension gives users ability to call using FrontSpin while using other applications.",
    "version": "1.5.1",
    "homepage_url": "https:\/\/www.frontspin.com",
    "background": {
        "service_worker": "popup.min.js"
    },
    "icons": {
        "128": "images\/Icon128.png",
        "48": "images\/Icon48.png",
        "32": "images\/Icon32.png",
        "16": "images\/Icon16.png"
    },
    "minimum_chrome_version": "88.0.0.0",
    "action": {
        "default_icon": "images\/favicon.ico"
    },
    "permissions": [
        "tabs",
        "storage",
        "system.display",
        "contextMenus",
        "cookies"
    ],
    "host_permissions": [
        "*:\/\/*.frontspin.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/mail.google.com\/*",
                "*:\/\/inbox.google.com\/*",
                "*:\/\/*.force.com\/*",
                "*:\/\/*.salesforce.com\/*"
            ],
            "all_frames": true,
            "js": [
                "content.min.js"
            ],
            "css": [
                "content.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*.png"
            ],
            "matches": [
                "*:\/\/mail.google.com\/*",
                "*:\/\/inbox.google.com\/*",
                "*:\/\/*.force.com\/*",
                "*:\/\/*.salesforce.com\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}