FrontSpin Multiplatform

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

FrontSpin Multiplatformとは何ですか?

FrontSpin MultiplatformはFrontSpinによって開発されたChromeの拡張機能で、その主な機能は「The FrontSpin Multiplatform Chrome extension gives users ability to call using FrontSpin while using other applications.」です。

拡張機能のスクリーンショット

screenshot

FrontSpin Multiplatform拡張機能のCRXファイルをダウンロード

FrontSpin Multiplatform拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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'"
    }
}