Simplicate

Tijdregistratie met start-stop-functionaliteit, JIRA-integratie en meer!

¿Qué es Simplicate?

Simplicate es una extensión de Chrome desarrollada por simplicate.com, y su función principal es "Tijdregistratie met start-stop-functionaliteit, JIRA-integratie en meer!".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Simplicate

Descarga archivos de extensión Simplicate en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Tijdregistratie met start-stop-functionaliteit, Jira-integratie en eenvoudige navigatie naar je CRM-relaties in Simplicate.

Registreer uren in Simplicate met behulp van de browser extensie. Je kunt direct uren registreren of gebruik maken van een timer.

In het CRM tabblad navigeer je eenvoudig binnen je CRM-relaties.

Meer informatie is te vinden in onderstaand support artikel:
https://support.simplicate.nl/nl/articles/3942688-simplicate-browserextensie

Deze browser extensie maakt deel uit van Simplicate. Simplicate is eenvoudige en krachtige business software voor CRM, HRM, Sales, Projecten, Planning, Uren, Facturatie en Rapportages. Krijg inzicht in prestaties en ervaar een efficiënt bedrijfsproces.                    

Información Básica de la Extensión

Nombre Simplicate Simplicate
ID lnmfbaobeliahpkiakfgfephfechelhn
URL Oficial https://chromewebstore.google.com/detail/simplicate/lnmfbaobeliahpkiakfgfephfechelhn
Descripción Tijdregistratie met start-stop-functionaliteit, JIRA-integratie en meer!
Tamaño del Archivo 809 KB
Cantidad de Instalaciones 3,494
Versión Actual 3.0.0
Última Actualización 2023-05-26
Fecha de Publicación 2020-04-19
Calificación 4.00/5 Total de 7 Calificaciones
Desarrollador simplicate.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.simplicate.com/
Idiomas Soportados nl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Simplicate",
    "version": "3.0.0",
    "description": "Tijdregistratie met start-stop-functionaliteit, JIRA-integratie en meer!",
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "Simplicate"
    },
    "icons": {
        "16": "icons\/manifest\/icon128.png",
        "48": "icons\/manifest\/icon128.png",
        "128": "icons\/manifest\/icon128.png"
    },
    "short_name": "Simplicate",
    "permissions": [
        "identity",
        "storage",
        "tabs"
    ],
    "host_permissions": [
        ""
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAx2KUqVGW2vqjNfV7b4v140PUkma\/uTGZdQZztXvaJxjOAFdPDQX5MBwvlUok6hoPzy8LuKa3bmib+6GJHtqVYCHqXtMiBqx+Voxo6juBESXx+UXWiBIq5uQ\/+VLp7IzqW\/RUdtTEINwfraOoq7P\/Zis1vrD2GbN1ujdPERw5Ye3YXKJ2aQCxI2I6jfgQoCnkG5IUny7jMsqUfbIYTAGS34kgWZy8GAtOAao4ieq++os+oETM7pvKCpPyztIG7JmroZvd8earhTsaUYQphejIeHwUucb\/CWk\/MyDxhQGUdqF\/LzeNwwxcHHCMIoDJ7M4syLd9cfNJm4SKJ+ufjQ8oJQIDAQAB"
}