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
官方網址 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'"
    }
}