Svadba/Affiliact - Multi-account - chats/mails
Svadba/Affiliact - Multi-account - chats/mails
Svadba/Affiliact - Multi-account - chats/mails란 무엇입니까?
Svadba/Affiliact - Multi-account - chats/mails은(는) https://chatoptimizer.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Svadba/Affiliact - Multi-account - chats/mails"입니다.
확장 프로그램 스크린샷
Svadba/Affiliact - Multi-account - chats/mails 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
ChatOS Multi-account is a program for sending chat invitations and letters from any number of profiles in one tab.
- 2in1 extension - chats and mails
- unlimited number of profile to work
- Minichat - any number of chats in one window
- MiniMail - fast mails sending directly from the chat page
- the widest set of recipient audiences
- the ability to create your own sending lists
- Guaranteed delivery is a way to get guaranteed attention of men
- Autopilot - sending without creating invitations
- comfortable activity on the site - info on all profiles and their men is in front of your eyes
- control of financial achievements by profiles
- user support - online consultations directly from the site page
- 3 free trial days for each profile
- the best conditions for cooperation - loyalty programs
Find out more at https://chatoptimizer.com/en/
Become productive with ChatOS! 확장 프로그램 기본 정보
| 이름 | |
| ID | omibfnkackoiiefnomeikllaoeidlmjo |
| 공식 URL | https://chromewebstore.google.com/detail/svadbaaffiliact-multi-acc/omibfnkackoiiefnomeikllaoeidlmjo |
| 설명 | Svadba/Affiliact - Multi-account - chats/mails |
| 파일 크기 | 2.61 MB |
| 설치 횟수 | 2,448 |
| 현재 버전 | 2.0.50 |
| 최근 업데이트 | 2022-12-28 |
| 출시 날짜 | 2020-07-02 |
| 평점 | 4.11/5 총 27 개의 평점 |
| 개발자 | https://chatoptimizer.com |
| 이메일 | [email protected] |
| 결제 유형 | free |
| 확장 프로그램 웹 사이트 | https://chatoptimizer.com/chat-svadba-com |
| 개인정보 보호 정책 페이지 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",
"css\/profileContent.css"
],
"js": [
"js\/jquery.js",
"js\/translations.js",
"js\/cookie.js",
"js\/profileContent.js",
"js\/hashchange.js"
],
"matches": [
"*:\/\/*.svadba.com\/Login\/Men\/*",
"*:\/\/*.affiliact.com\/Login\/Men\/*"
],
"run_at": "document_end"
},
{
"css": [
"css\/svadba.css"
],
"js": [
"js\/jquery.js",
"js\/cookie.js",
"js\/content.live.js",
"js\/hashchange.js"
],
"matches": [
"*:\/\/*.svadba.com\/chat\/*",
"*:\/\/*.affiliact.com\/chat\/*"
],
"run_at": "document_end"
},
{
"css": [
"css\/svadba_helper.css"
],
"js": [
"js\/jquery.js",
"js\/translations.js",
"js\/svadba_helper.js"
],
"matches": [
"*:\/\/*.svadba.com\/Login\/Home.aspx",
"*:\/\/*.affiliact.com\/Login\/Home.aspx"
],
"run_at": "document_end"
}
],
"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": "Svadba\/Affiliact - Multi-account - chats\/mails"
},
"permissions": [
"tabs",
"storage",
"unlimitedStorage",
"*:\/\/*.googleapis.com\/*",
"*:\/\/*.telegra.ph\/*",
"*:\/\/*.svadba.com\/*",
"*:\/\/*.affiliact.com\/*",
"*:\/\/*.dating.com\/*",
"*:\/\/*.chatoptimizer.com\/*",
"*:\/\/*.anastasiadate.com\/*",
"notifications",
"webRequest",
"webRequestBlocking"
],
"version": "2.0.50"
} | |