Svadba ChatOS mail sender
Svadba ChatOS mail smart search for men
Svadba ChatOS mail senderคืออะไร?
Svadba ChatOS mail sender เป็นส่วนขยายของ Chrome ที่พัฒนาโดย aseitas และคุณลักษณะหลักของมันคือ "Svadba ChatOS mail smart search for men"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Svadba ChatOS mail sender
ดาวน์โหลดไฟล์ส่วนขยาย Svadba ChatOS mail sender ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
There is an extension to search for interlocutor in mails on Svadba.com website. This is a reliable assistant for attracting attention and getting new fans. For you: - User friendly and simple interface - Set up sending in a few clicks - The widest possible selection criteria and sending options - Complete activity statistics - Actual updates and new tools - Reliable service and high-quality user support - 3 days free test period Just launch and get desired results! We invite you to chatoptimizer.com/en for more information
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | elcmfgllpbfpndbdjnajgcmancndnooc |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/svadba-chatos-%D0%BF%D0%B8%D1%81%D1%8C%D0%BC%D0%B0-%D0%BF%D0%BE%D0%BC%D0%BE/elcmfgllpbfpndbdjnajgcmancndnooc |
คำอธิบาย | Svadba ChatOS mail smart search for men |
ขนาดไฟล์ | 280 KB |
จำนวนการติดตั้ง | 257 |
เวอร์ชันปัจจุบัน | 1.1.5 |
อัปเดตครั้งล่าสุด | 2021-08-20 |
วันที่เผยแพร่ | 2020-05-13 |
คะแนน | 4.67/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | aseitas |
อีเมล | [email protected] |
เว็บไซต์ส่วนขยาย | https://chatoptimizer.com |
URL หน้าช่วยเหลือ | https://chatoptimizer.com/contacts |
URL หน้านโยบายความเป็นส่วนตัว | https://chatoptimizer.com/politika-konfidencialnosti |
ภาษาที่รองรับ | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "page": "background.html" }, "content_scripts": [ { "css": [ "css\/svadba.css" ], "js": [ "js\/jquery.js", "js\/cookie.js", "js\/content.live.js" ], "matches": [ "*:\/\/*.svadba.com\/*" ] } ], "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/*.chatoptimizer.com; object-src 'self'; ", "default_locale": "ru", "description": "__MSG_appDesc__", "icons": { "128": ".\/img\/128.png", "16": ".\/img\/16.png", "48": ".\/img\/48.png" }, "manifest_version": 2, "name": "__MSG_appName__", "page_action": { "default_icon": ".\/img\/16.png", "default_popup": "index.live.html", "default_title": "ChatOS Svadba mails - meaning of love" }, "permissions": [ "tabs", "*:\/\/*.svadba.com\/*", "*:\/\/*.chatoptimizer.com\/*", "windows", "notifications" ], "version": "1.1.5" } |