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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This is an extension for the X (Twitter) management tool "SocialDog" that allows you to easily schedule posts and reposts from X…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में SocialDog - All-In-One Tool For X (Twitter) Marketing एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" } |