LagFast
Auto Bid, Tracking New Messages, Job Summary with ChatGPT
O que é LagFast?
LagFast é uma extensão do Chrome desenvolvida por lagfast, e sua principal característica é "Auto Bid, Tracking New Messages, Job Summary with ChatGPT".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão LagFast
Baixe arquivos de extensão LagFast 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
Auto sending proposal to upwork, freelancer and guru in lagfast. Please go to https://lagfast.com and install bot. The bot need chrome extension to send proposal. Chrome extension is only handling open tab and save feed daba. All typing and proposal action is handling in bot application like human.
Informações Básicas da Extensão
Nome | LagFast |
ID | oleeoklacbejhleelfnljemhcegkaehp |
URL Oficial | https://chromewebstore.google.com/detail/lagfast/oleeoklacbejhleelfnljemhcegkaehp |
Descrição | Auto Bid, Tracking New Messages, Job Summary with ChatGPT |
Tamanho do Arquivo | 616 KB |
Contagem de Instalações | 73 |
Versão Atual | 1.1.12 |
Última Atualização | 2024-01-23 |
Data de Publicação | 2023-09-19 |
Classificação | 5.00/5 Total de 3 Avaliações |
Desenvolvedor | lagfast |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://lagfast.com |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "LagFast", "description": "Auto Bid, Tracking New Messages, Job Summary with ChatGPT", "version": "1.1.12", "manifest_version": 3, "action": { "default_popup": "index.html", "default_title": "Open the popup" }, "icons": { "16": "logo.png", "48": "logo.png", "128": "logo.png" }, "background": { "service_worker": ".\/static\/js\/background.js" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ ".\/static\/js\/content.js" ] } ], "permissions": [ "storage", "tabs", "activeTab" ], "host_permissions": [ "https:\/\/www.upwork.com\/*", "https:\/\/lagfast.com\/*" ] } |