TTok Automation
TTok Automation is an automated smart bot that helps you get more interaction from your users on TikTok.
TTok Automation란 무엇입니까?
TTok Automation은(는) campbel3837에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "TTok Automation is an automated smart bot that helps you get more interaction from your users on TikTok."입니다.
확장 프로그램 스크린샷
TTok Automation 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
TTok Automation is an automated intelligent assistant that provides automated add comment functionality that you can use to get more interaction with users on TikTok with minimal time. With hundreds of millions of active users per month on TikTok, this extension will helps you automate the task of interacting with a huge number of users. So that, you can get more lead conversions and save your time. Features: 1. Automated comments 2. Comment on personalization 3. Intelligent workflow scheduling 4. Work the same way as humans to avoid platform bans 5. Visualization execution 6. Good team collaboration ability, easy for you to use at scale. TikTok is a trademark of TikTok Inc., registered in the U.S. and other countries. This is an independent project and has no relationship to TikTok or TikTok Inc.
확장 프로그램 기본 정보
이름 | TTok Automation |
ID | idjppbckidodfmkpfjlimknilkklacma |
공식 URL | https://chromewebstore.google.com/detail/ttok-automation/idjppbckidodfmkpfjlimknilkklacma |
설명 | TTok Automation is an automated smart bot that helps you get more interaction from your users on TikTok. |
파일 크기 | 3.7 MB |
설치 횟수 | 2,727 |
현재 버전 | 1.2.7 |
최근 업데이트 | 2024-01-10 |
출시 날짜 | 2022-12-18 |
평점 | 3.15/5 총 27 개의 평점 |
개발자 | campbel3837 |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://linkedradar.com |
도움말 페이지 URL | https://linkedradar.com |
개인정보 보호 정책 페이지 URL | https://linkedradar.com/linkedin-email-finder-private-policy |
지원되는 언어 | id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "1.2.7", "name": "__MSG_extName__", "description": "__MSG_extDesc__", "default_locale": "en", "icons": { "128": "icons\/128.png" }, "web_accessible_resources": [ { "resources": [ "icons\/*", "fonts\/*" ], "matches": [ "*:\/\/*.tiktok.com\/*", "*:\/\/*.linkedradar.com\/*" ] } ], "background": { "service_worker": "js\/background.js" }, "content_scripts": [ { "matches": [ "*:\/\/*.tiktok.com\/*" ], "js": [ "js\/content-script.js" ], "run_at": "document_idle" } ], "action": { "default_popup": "popup.html", "default_icon": { "128": "icons\/128.png" } }, "host_permissions": [ "*:\/\/*.tiktok.com\/*", "*:\/\/*.linkedradar.com\/*" ], "permissions": [ "storage", "activeTab" ] } |