SocialDog - All-In-One Tool For X (Twitter) Marketing
This is an extension for the X (Twitter) management tool "SocialDog" that allows you to easily schedule posts and reposts from X…
SocialDog - All-In-One Tool For X (Twitter) Marketing란 무엇입니까?
SocialDog - All-In-One Tool For X (Twitter) Marketing은(는) SocialDog에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This is an extension for the X (Twitter) management tool "SocialDog" that allows you to easily schedule posts and reposts from X…"입니다.
확장 프로그램 스크린샷
SocialDog - All-In-One Tool For X (Twitter) Marketing 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Smart and Efficient X (Twitter) Account Management Tool The "SocialDog" extension is now available! * FeaturesA link to SocialDog will be displayed on the official X (Twitter) site. Click the SocialDog button below a post to reply to it on SocialDog. You can also schedule a time to post the reply. The "Repost on SocialDog" option will be added to the repost button. Both reposts and quote posts are supported. You can also use SocialDog's Scheduled Repost feature. A "Schedule on SocialDog" button will be added to the post form, allowing you to create posts with SocialDog directly. Click on the SocialDog icon in the menu bar to open the Scheduled Posts page. You can quickly add a post from SocialDog from any screen. Right-click (⌘+click) the current page URL or a link to post it on SocialDog.
확장 프로그램 기본 정보
이름 | |
ID | gobpkofedjcedpdlckidoollffmemfbi |
공식 URL | https://chromewebstore.google.com/detail/socialdog-all-in-one-tool/gobpkofedjcedpdlckidoollffmemfbi |
설명 | This is an extension for the X (Twitter) management tool "SocialDog" that allows you to easily schedule posts and reposts from X… |
파일 크기 | 125 KB |
설치 횟수 | 2,160 |
현재 버전 | 1.0.10 |
최근 업데이트 | 2023-10-12 |
출시 날짜 | 2020-09-07 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | SocialDog |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://social-dog.net/ |
도움말 페이지 URL | https://social-dog.net/ja/help/ |
개인정보 보호 정책 페이지 URL | https://web.social-dog.net/docs/privacy |
지원되는 언어 | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_AppName__", "version": "1.0.10", "description": "__MSG_AppDescription__", "background": { "service_worker": "background.bundle.js" }, "action": { "default_icon": "icon-34.png" }, "icons": { "34": "icon-34.png", "96": "icon-96.png", "128": "icon-128.png" }, "manifest_version": 3, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "permissions": [ "contextMenus", "storage" ], "host_permissions": [ "https:\/\/twitter.com\/", "https:\/\/mobile.twitter.com\/" ], "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*", "https:\/\/mobile.twitter.com\/*" ], "js": [ "twitter.bundle.js" ] } ], "default_locale": "ja" } |