Onlysales

The OnlySales extension allows you to link your account, with other CRM's - and be able to port leads over to follow up with inside…

Wat is Onlysales?

Onlysales is een Chrome-extensie ontwikkeld door OnlySales, en de belangrijkste functie is "The OnlySales extension allows you to link your account, with other CRM's - and be able to port leads over to follow up with inside…".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Onlysales

Download Onlysales-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        The OnlySales extension allows you to link your account, with other CRM's - and be able to port leads over to follow up with inside of the OnlySales platform.                    

Basisinformatie over de Extensie

Naam Onlysales Onlysales
ID agblkophjoimeppcefjpbnmggonbfghc
Officiële URL https://chromewebstore.google.com/detail/onlysales/agblkophjoimeppcefjpbnmggonbfghc
Beschrijving The OnlySales extension allows you to link your account, with other CRM's - and be able to port leads over to follow up with inside…
Bestandsgrootte 276 KB
Aantal Installaties 779
Huidige Versie 3.0.6
Laatst Bijgewerkt 2023-08-18
Publicatiedatum 2023-07-12
Beoordeling 4.40/5 Totaal 5 Beoordelingen
Ontwikkelaar OnlySales
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://onlysales.io
Help Pagina-URL https://help.onlysales.io
URL van de Privacybeleid Pagina https://www.onlysales.io/terms-and-condition
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Onlysales",
    "version": "3.0.6",
    "author": "Neil Patrick Lacson",
    "description": "",
    "action": {
        "default_popup": "html\/popup.html",
        "default_icon": {
            "16": "icons\/16.png",
            "32": "icons\/16.png",
            "48": "icons\/16.png",
            "128": "icons\/16.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.vanillasoft.net\/*"
            ],
            "js": [
                "src\/vanillasoft.js"
            ]
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/moment.js",
                "src\/integrations.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "src\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": ".\/icons\/16.png",
        "32": ".\/icons\/16.png",
        "48": ".\/icons\/16.png",
        "128": ".\/icons\/16.png"
    }
}