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拡張機能をインストールします。
拡張機能の使用方法
Uma ferramenta de vendas automáticas trazendo plasticidade para nossos clientes fazer bom uso dela
拡張機能の基本情報
名前 | |
ID | nncmhhojpcjbphphndkpeneejnbenmpf |
公式URL | https://chrome.google.com/webstore/detail/android-afiliado-20/nncmhhojpcjbphphndkpeneejnbenmpf |
説明 | Connect with your customers and grow your business with WhatsApp automation tool |
ファイルサイズ | 1.28 MB |
インストール数 | 108 |
現在のバージョン | 2.1 |
最終更新日 | 2021-08-30 |
公開日 | 2021-08-30 |
開発者 | 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.1", "web_accessible_resources": [ "\/logo\/*" ] } |