בוטי - תוסף למשלוח הודעות בלי לשמור
עובד דרך האתר web.boti.bot
בוטי - תוסף למשלוח הודעות בלי לשמורคืออะไร?
בוטי - תוסף למשלוח הודעות בלי לשמור เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://web.boti.bot และคุณลักษณะหลักของมันคือ "עובד דרך האתר web.boti.bot"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย בוטי - תוסף למשלוח הודעות בלי לשמור
ดาวน์โหลดไฟล์ส่วนขยาย בוטי - תוסף למשלוח הודעות בלי לשמור ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
אתם יכולים לשלוח הודעות לאנשי הקשר בלי לשמור. עובד רק דרך https://web.boti.bot The extension is a plugin to the website https://web.boti.bot It let users to click on phone number, and then they will be able to start sending them whatsapp messages without first saving the number. The extension itself doesn't send any message, it's just open the window for the user to send the message. Usually Whatsapp required users to save the number in the contact first, but it's hard to do it using desktop, so the extension help with that.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | בוטי - תוסף למשלוח הודעות בלי לשמור |
ID | ngfembehpcenepacflmacdpilpdoajdj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/%D7%91%D7%95%D7%98%D7%99-%D7%AA%D7%95%D7%A1%D7%A3-%D7%9C%D7%9E%D7%A9%D7%9C%D7%95%D7%97-%D7%94%D7%95%D7%93%D7%A2%D7%95%D7%AA-%D7%91/ngfembehpcenepacflmacdpilpdoajdj |
คำอธิบาย | עובד דרך האתר web.boti.bot |
ขนาดไฟล์ | 24.31 KB |
จำนวนการติดตั้ง | 1,389 |
เวอร์ชันปัจจุบัน | 4.0.0 |
อัปเดตครั้งล่าสุด | 2022-02-08 |
วันที่เผยแพร่ | 2022-02-04 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | https://web.boti.bot |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://web.boti.bot |
URL หน้านโยบายความเป็นส่วนตัว | https://www.webpagescreenshot.info/privacy.html |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "\u05d1\u05d5\u05d8\u05d9 - \u05ea\u05d5\u05e1\u05e3 \u05dc\u05de\u05e9\u05dc\u05d5\u05d7 \u05d4\u05d5\u05d3\u05e2\u05d5\u05ea \u05d1\u05dc\u05d9 \u05dc\u05e9\u05de\u05d5\u05e8", "version": "4.0.0", "manifest_version": 3, "background": { "service_worker": "background.js" }, "description": "\u05e2\u05d5\u05d1\u05d3 \u05d3\u05e8\u05da \u05d4\u05d0\u05ea\u05e8 web.boti.bot", "homepage_url": "https:\/\/web.boti.bot", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "permissions": [ "storage" ], "externally_connectable": { "matches": [ "https:\/\/web.boti.bot\/*" ] }, "content_scripts": [ { "matches": [ "https:\/\/web.whatsapp.com\/*" ], "js": [ "inject-wa.js" ] } ] } |