MavSocial
MavSocial is the best way to share great content from any website to all of your social networks with just one click.
Τι είναι το MavSocial;
Το MavSocial είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον MavSocial, και η κύρια λειτουργία του είναι "MavSocial is the best way to share great content from any website to all of your social networks with just one click.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης MavSocial
Λήψη αρχείων επέκτασης MavSocial σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Quickly and easily share web pages to all of your social networks using MavSocial’s chrome extension. This is a free extension to the Chrome browser that brings the power of MavSocial to your web activities. It is the smartest way to be social while you access the web, allowing you to quickly: • Share with one click, without leaving your current window. • Highlight text to share directly to social media. • Share images and videos effortlessly. MavSocial Highlights • Access and easily share the best content. • Publish now or schedule your posts to go out at the best time. • Post to Twitter, Facebook, Instagram, Tumblr, YouTube and LinkedIn. • Add your exiting images to the post or access new ones from the MavSocial stock library. • Use the posts featured image (subject to licensing) instead of metadata image. • Allocate your posts to the desired campaign.
Βασικές Πληροφορίες Επέκτασης
Όνομα | MavSocial |
ID | amegdihgpgkempfnaijolncbklcabjno |
Επίσημο URL | https://chromewebstore.google.com/detail/mavsocial/amegdihgpgkempfnaijolncbklcabjno |
Περιγραφή | MavSocial is the best way to share great content from any website to all of your social networks with just one click. |
Μέγεθος Αρχείου | 65.75 KB |
Αριθμός Εγκαταστάσεων | 202 |
Τρέχουσα Έκδοση | 2.0 |
Τελευταία Ενημέρωση | 2020-03-10 |
Ημερομηνία Δημοσίευσης | 2020-03-10 |
Αξιολόγηση | 4.45/5 Συνολικά 20 Αξιολογήσεις |
Προγραμματιστής | MavSocial |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Διεύθυνση URL της Σελίδας Βοήθειας | https://app.maventus.com/help/show-topic/id/208 |
URL της Σελίδας Πολιτικής Απορρήτου | http://mavsocial.com/privacy-policy |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "MavSocial", "version": "2.0", "description": "MavSocial is the best way to share great content from any website to all of your social networks with just one click.", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png" }, "name": "Share Page via MavSocial" }, "background": { "scripts": [ "js\/jquery.js", "js\/background.js" ] }, "permissions": [ "https:\/\/*\/", "http:\/\/*\/", "tabs", "contextMenus" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "css\/style.css" ], "js": [ "js\/jquery.js", "js\/jquery.jFrame.min.js", "js\/inject.js", "js\/content.js" ] }, { "matches": [ "http:\/\/*.maventus.com\/*", "https:\/\/*.maventus.com\/*", "http:\/\/*.maventus.devv\/*", "https:\/\/*.maventus.devv\/*" ], "js": [ "js\/jquery.js", "js\/frame.js", "js\/inject.js", "js\/content.js" ], "all_frames": true } ], "web_accessible_resources": [ "images\/*.png" ] } |