Android Afiliado 2.0
Connect with your customers and grow your business with WhatsApp automation tool
Android Afiliado 2.0とは何ですか?
Android Afiliado 2.0はhttp://androidafiliado.com.brによって開発されたChromeの拡張機能で、その主な機能は「Connect with your customers and grow your business with WhatsApp automation tool」です。
拡張機能のスクリーンショット
Android Afiliado 2.0拡張機能のCRXファイルをダウンロード
Android Afiliado 2.0拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Oferece uma ferramenta classificada a melhor do mercado em disparo de mensagens em massa de forma simples e fácil. Suas mensagens podem ter dados personalizados como: nome, status de um pedido, dados de transação, link para pagamento… Você também pode enviar imagem, video, links, PDF ou áudio na sua mensagem. E em poucos cliques já começa a enviar centenas de mensagens.
拡張機能の基本情報
名前 | |
ID | dkaipdiojjjonjblcdgnhdfckkimlfeg |
公式URL | https://chrome.google.com/webstore/detail/android-afiliado-20/dkaipdiojjjonjblcdgnhdfckkimlfeg |
説明 | Connect with your customers and grow your business with WhatsApp automation tool |
ファイルサイズ | 1.28 MB |
インストール数 | 403 |
現在のバージョン | 2.30.1 |
最終更新日 | 2021-09-01 |
公開日 | 2021-09-01 |
評価 | 1.00/5 合計 1 レビュー |
開発者 | http://androidafiliado.com.br |
Eメール | [email protected] |
支払い方法 | in_app |
拡張機能のウェブサイト | https://androidafiliado.com.br/site/ |
ヘルプページのURL | https://wa.me/message/6VWX5P7HGUYPK1 |
プライバシーポリシーページのURL | https://androidafiliado.com.br/politica-de-privacidade |
対応言語 | id,en,en-US,es,pt-BR,hi |
manifest.json | |
{ "background": { "scripts": [ "js\/jquery.js", "js\/background.js" ] }, "browser_action": { "default_popup": "index.html", "default_title": "Android Afiliado 2.0" }, "content_scripts": [ { "css": [ "css\/content.css" ], "js": [ "js\/jquery.js", "js\/content.js" ], "matches": [ "*:\/\/web.whatsapp.com\/*" ] } ], "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'", "default_locale": "pt_BR", "description": "__MSG_Desc__", "icons": { "128": "logo\/large.png", "16": "logo\/small.png", "48": "logo\/medium.png" }, "manifest_version": 2, "name": "Android Afiliado 2.0", "permissions": [ "storage", "notifications", "tabs", "identity", "identity.email" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "2.30.1", "web_accessible_resources": [ "\/logo\/*" ] } |