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…

Was ist Onlysales?

Onlysales ist eine Chrome-Erweiterung, die von OnlySales entwickelt wurde, und ihr Hauptmerkmal ist "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…".

Erweiterungsscreenshots

screenshot

Onlysales-Erweiterungs-CRX-Datei herunterladen

Laden Sie Onlysales-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Onlysales Onlysales
ID agblkophjoimeppcefjpbnmggonbfghc
Offizielle URL https://chromewebstore.google.com/detail/onlysales/agblkophjoimeppcefjpbnmggonbfghc
Beschreibung 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…
Dateigröße 276 KB
Installationsanzahl 779
Aktuelle Version 3.0.6
Letztes Update 2023-08-18
Veröffentlichungsdatum 2023-07-12
Bewertung 4.40/5 Insgesamt 5 Bewertungen
Entwickler OnlySales
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://onlysales.io
Hilfeseite URL https://help.onlysales.io
URL der Datenschutzrichtlinien-Seite https://www.onlysales.io/terms-and-condition
Unterstützte Sprachen 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"
    }
}