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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Connect with your customers and grow your business with WhatsApp automation tool"।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Android Afiliado 2.0 एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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\/*" ] } |