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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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\/*" ] } |