FrontSpin Multiplatform

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

ما هو FrontSpin Multiplatform؟

FrontSpin Multiplatform هو إضافة Chrome تم تطويرها بواسطة FrontSpin، والميزة الرئيسية لها هي "The FrontSpin Multiplatform Chrome extension gives users ability to call using FrontSpin while using other applications.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة FrontSpin Multiplatform

قم بتنزيل ملفات الامتداد FrontSpin Multiplatform بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة سياسة الخصوصية 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'"
    }
}