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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย SocialDog และคุณลักษณะหลักของมันคือ "This is an extension for the X (Twitter) management tool "SocialDog" that allows you to easily schedule posts and reposts from X…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SocialDog - All-In-One Tool For X (Twitter) Marketing
ดาวน์โหลดไฟล์ส่วนขยาย 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" } |