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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://byautomata.io, και η κύρια λειτουργία του είναι "Repurpose Blog content and Youtube videos as social posts directly from your browser.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Content Repurposing by Automata
Λήψη αρχείων επέκτασης Content Repurposing by Automata σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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 } |