FrontSpin Multiplatform
The FrontSpin Multiplatform Chrome extension gives users ability to call using FrontSpin while using other applications.
Vad är FrontSpin Multiplatform?
FrontSpin Multiplatform är en Chrome-tillägg utvecklad av FrontSpin, och dess huvudfunktion är "The FrontSpin Multiplatform Chrome extension gives users ability to call using FrontSpin while using other applications.".
Tilläggsskärmbilder
Ladda ner FrontSpin Multiplatform-förlängningens CRX-fil
Ladda ner FrontSpin Multiplatform-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | FrontSpin Multiplatform |
ID | dnajgbdlejjkphklpbmahjnakoclolkb |
Officiell webbadress | https://chromewebstore.google.com/detail/frontspin-multiplatform/dnajgbdlejjkphklpbmahjnakoclolkb |
Beskrivning | The FrontSpin Multiplatform Chrome extension gives users ability to call using FrontSpin while using other applications. |
Filstorlek | 6.12 MB |
Antal Installationer | 2,250 |
Aktuell Version | 1.5.1 |
Senast Uppdaterad | 2024-01-31 |
Publiceringsdatum | 2020-06-10 |
Betyg | 5.00/5 Totalt 3 Betyg |
Utvecklare | FrontSpin |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | http://www.frontspin.com |
URL till Sekretesspolicy Sidan | http://www.frontspin.com/privacy-policy |
Stödda Språk | 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'" } } |