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文件
下载SocialDog - All-In-One Tool For X (Twitter) Marketing扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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" } |