Loveme.com - Program for sending mails
ChatOS - sending intro letters and correspondence with favorites Sending from any number of profiles in one browser. - effective…
Loveme.com - Program for sending mails란 무엇입니까?
Loveme.com - Program for sending mails은(는) https://chatoptimizer.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "ChatOS - sending intro letters and correspondence with favorites Sending from any number of profiles in one browser. - effective…"입니다.
확장 프로그램 스크린샷
Loveme.com - Program for sending mails 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
ChatOS - sending intro letters and correspondence with favorites Sending from any number of profiles in one browser. - effective recipient audiences - the maximum possibility of touching new mail-partners with intro letters - the creation of lists of valuable recipients for the agency - the creation of personal valuable recipients lists by the user - special categories: fans, special fans, blacklist - wide search parameters, online sending - mails with photo and video - send up to 5 medias in one mail - comfortable letter creation editor: variables for letter personalization, translator - sending history - user support - online consultations directly from the site page - 3 free trial days for each profile Make your search productive with ChatOS
확장 프로그램 기본 정보
이름 | Loveme.com - Program for sending mails |
ID | dmlchbbjkjlmjjeoegieekdmogmhoiip |
공식 URL | https://chromewebstore.google.com/detail/lovemecom-program-for-sen/dmlchbbjkjlmjjeoegieekdmogmhoiip |
설명 | ChatOS - sending intro letters and correspondence with favorites Sending from any number of profiles in one browser. - effective… |
파일 크기 | 682 KB |
설치 횟수 | 41 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2023-03-07 |
출시 날짜 | 2022-11-21 |
개발자 | https://chatoptimizer.com |
이메일 | [email protected] |
결제 유형 | free |
도움말 페이지 URL | http://chatoptimizer.com/ |
개인정보 보호 정책 페이지 URL | https://chatoptimizer.com/politika-konfidencialnosti |
지원되는 언어 | en,ru |
manifest.json | |
{ "action": { "default_icon": "img\/16.png", "default_popup": "index.live.html", "default_title": "ChatOS Loveme mails - meaning of love" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "css": [ "css\/natashaclub.css" ], "js": [ "js\/jquery.js", "js\/cookie.js", "\/js\/content.live.js" ], "matches": [ "*:\/\/*.office.loveme.com\/*" ] } ], "default_locale": "ru", "host_permissions": [ "*:\/\/*.chatoptimizer.com\/*", "*:\/\/*.office.loveme.com\/*", "*:\/\/*.loveme.com\/*" ], "icons": { "128": ".\/img\/128.png", "16": ".\/img\/16.png", "48": ".\/img\/48.png" }, "manifest_version": 3, "name": "__MSG_appName__", "permissions": [ "tabs", "notifications", "scripting" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.1" } |