This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name FlowDesk: Suite Corporativa | |
| // @namespace https://gist.github.com/pv-flows | |
| // @version 3.2.1 | |
| // @description Gestão unificada de negociações: Gerador de Propostas, Bloco de Notas Inteligente, Agenda e Macros. Otimizado para CRM HyperFlow. | |
| // @author Paulo Victor Freire da Silva | |
| // @match https://conversas.hyperflow.global/* | |
| // @grant GM_setValue | |
| // @grant GM_getValue | |
| // @grant GM_registerMenuCommand |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name Bloco de Notas Corporativo + Macros (v4.2) | |
| // @namespace https://gist.github.com/pv-flows | |
| // @version 4.2 | |
| // @description Bloco de notas v4.2 com adição de Modo Escuro e Reset de Posição/Tamanho. | |
| // @author Paulo Victor Freire da Silva | |
| // @github github.com/pv-flows | |
| // @email pv.flows@gmail.com | |
| // @match *https://conversas.hyperflow.global/* | |
| // @downloadURL https://gist.githubusercontent.com/pv-flows/bc11b6e8107d4391e796ad2f8cd7b09a/raw/bloconotasflowkey.user.js |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name Bloco de Notas Corporativo (Hyper) | |
| // @namespace https://gist.github.com/pv-flows | |
| // @version 1.1 | |
| // @description Bloco de notas flutuante. Botão reseta posição ao atualizar. | |
| // @author Paulo Victor Freire da Silva | |
| // @match https://conversas.hyperflow.global/* | |
| // @icon https://www.google.com/s2/favicons?sz=64&domain=sereducacional.com | |
| // @grant none | |
| // ==/UserScript== |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name Gerador de Propostas Financeiras (v3.3) | |
| // @namespace https://gist.github.com/pv-flows | |
| // @version 3.2 | |
| // @description Correção de layout + Feriados Nacionais (2025/2026/2027) + Auto-Limpeza Diferida. | |
| // @author Paulo Victor Freire da Silva | |
| // @github github.com/pv-flows | |
| // @email pv.flows@gmail.com | |
| // @match https://conversas.hyperflow.global/* | |
| // @grant none |