Content Repurposing by Automata
Repurpose Blog content and Youtube videos as social posts directly from your browser.
Content Repurposing by Automata क्या है?
Content Repurposing by Automata https://byautomata.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Repurpose Blog content and Youtube videos as social posts directly from your browser."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Content Repurposing by Automata एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Create LinkedIn posts from your blog, case studies, website, or YouTube videos without leaving LinkedIn. In a single click, you can create a full-length LinkedIn post with real insights and takeaways from your content. Use Automata's AI-powered platform to analyze your content, synthesize the main points, and reformat them into something that feels natural for publishing on LinkedIn.
एक्सटेंशन की मूल जानकारी
नाम | Content Repurposing by Automata |
ID | jppacddbenbhajdlegjkbiljjagmcdag |
आधिकारिक URL | https://chromewebstore.google.com/detail/content-repurposing-by-au/jppacddbenbhajdlegjkbiljjagmcdag |
विवरण | Repurpose Blog content and Youtube videos as social posts directly from your browser. |
फ़ाइल का आकार | 4.25 MB |
स्थापना संख्या | 290 |
वर्तमान संस्करण | 1.0.3 |
अंतिम अपडेट | 2022-12-22 |
प्रकाशन तिथि | 2022-12-22 |
रेटिंग | 5.00/5 कुल 5 रेटिंग्स |
डेवलपर | https://byautomata.io |
ईमेल | [email protected] |
भुगतान के प्रकार | in_app |
एक्सटेंशन वेबसाइट | https://byautomata.io/repurpose-on-the-go |
सहायता पृष्ठ URL | https://byautomata.io/faq |
गोपनीयता नीति पृष्ठ URL | https://byautomata.io/privacy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Content Repurposing by Automata", "version": "1.0.3", "description": "Repurpose Blog content and Youtube videos as social posts directly from your browser.", "permissions": [], "host_permissions": [ "https:\/\/byautomata.io\/*", "https:\/\/auth.byautomata.io\/*" ], "icons": { "16": "icons\/automata-repurpose-logo-16px16px.png", "48": "icons\/automata-repurpose-logo-48px48px.png", "128": "icons\/automata-repurpose-logo-128px128px.png" }, "action": { "default_popup": "popup.html" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "js": [ "linkedinPostUtil.js" ], "matches": [ "*:\/\/*.linkedin.com\/*" ], "run_at": "document_idle", "css": [ "css\/font-awesome.min.css", "css\/linkedinPost.css", "css\/bufferLinkedinPost.css", "css\/hootsuiteLinkedinPost.css", "css\/twitterPost.css", "css\/bufferTwitterPost.css", "css\/hootsuiteTwitterPost.css" ] } ], "manifest_version": 3 } |