Simplicate

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

O que é Simplicate?

Simplicate é uma extensão do Chrome desenvolvida por simplicate.com, e sua principal característica é "Tijdregistratie met start-stop-functionaliteit, JIRA-integratie en meer!".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Simplicate

Baixe arquivos de extensão Simplicate no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Simplicate Simplicate
ID lnmfbaobeliahpkiakfgfephfechelhn
URL Oficial https://chromewebstore.google.com/detail/simplicate/lnmfbaobeliahpkiakfgfephfechelhn
Descrição Tijdregistratie met start-stop-functionaliteit, JIRA-integratie en meer!
Tamanho do Arquivo 809 KB
Contagem de Instalações 3,494
Versão Atual 3.0.0
Última Atualização 2023-05-26
Data de Publicação 2020-04-19
Classificação 4.00/5 Total de 7 Avaliações
Desenvolvedor simplicate.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.simplicate.com/
Idiomas Suportados 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"
}