Fiverr Messanger
A messagining app for fiverr to pitch sellers and buyers
O que é Fiverr Messanger?
Fiverr Messanger é uma extensão do Chrome desenvolvida por Webs-Automation, e sua principal característica é "A messagining app for fiverr to pitch sellers and buyers".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Fiverr Messanger
Baixe arquivos de extensão Fiverr Messanger 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
It's a pitching tool to contact fiver users as sellers and send them messages automatically. It can search searching for a specific category and pass your message to their inbox whether the seller's are online or offline.
Informações Básicas da Extensão
Nome | Fiverr Messanger |
ID | gchfhbbnggokgehifdppoephbmhenaba |
URL Oficial | https://chromewebstore.google.com/detail/fiverr-messanger/gchfhbbnggokgehifdppoephbmhenaba |
Descrição | A messagining app for fiverr to pitch sellers and buyers |
Tamanho do Arquivo | 68.82 KB |
Contagem de Instalações | 40 |
Versão Atual | 0.6 |
Última Atualização | 2023-02-23 |
Data de Publicação | 2023-02-10 |
Desenvolvedor | Webs-Automation |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | http://eapplier.com |
URL da Página de Ajuda | http://eapplier.com/contact-us |
URL da Página de Política de Privacidade | https://www.eapplier.com/policy |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Fiverr Messanger", "version": "0.6", "description": "A messagining app for fiverr to pitch sellers and buyers", "content_scripts": [ { "matches": [ "https:\/\/www.fiverr.com\/*" ], "js": [ "jquery.min.js", "content.js", "login.js" ] } ], "action": { "default_popup": "background.html" }, "web_accessible_resources": [ { "resources": [ "results.json", "https:\/\/websautomation.com\/ebay\/result.php", "result.php" ], "matches": [], "extension_ids": [] } ], "permissions": [ "storage" ] } |