Gravit

Post to your EveryoneSocial account directly from Chrome

Τι είναι το Gravit;

Το Gravit είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://everyonesocial.com, και η κύρια λειτουργία του είναι "Post to your EveryoneSocial account directly from Chrome".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Gravit

Λήψη αρχείων επέκτασης Gravit σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        What is EveryoneSocial?

Social Publishing for Employees

Employees want their company to be successful and they like talking about what the company is doing. With EveryoneSocial, employees can spread the message across their social networks.

For Employees...

You get the same great experience that you're used to in the EveryoneSocial app by using the Chrome Extension. You're able to post directly to any of your social accounts or add posts to your Scheduled Shares directly from the extension.

Did you find a great piece of content you want to tell your social circles about? Just pop open the extension, select your networks, find an image from the page and share it immediately.

Naturally, we have the advanced features you love about EveryoneSocial baked right into the extension. The ability to set a custom post time, choose an image from the page or post to multiple networks at once is all available from the extension.

We think you'll really love the experience!

For Admins...

Really exciting news for admins on EveryoneSocial. No need to open the website when you want to add a piece of content to the approved stream. 

You get access to all groups in the company so you can share specific articles with specific groups in your company. We think you'll find using EveryoneSocial much more pleasurable.

How to Get Started

1) Install the extension
2) Find great content you want to share
3) Click the 'E' icon in your Chrome menubar to launch it
4) Sign into your EveryoneSocial account if necessary
5) Then, you'll be presented with our familiar interface for sharing

Requirements:

* Your company has an EveryoneSocial account
* You must be invited and signed up

Not a customer?

We have a great offering that effortlessly enables employees to be public ambassadors for your company. Get in touch with us at http://go.everyonesocial.com/schedule-demonstration and we'll show you what EveryoneSocial can do for your company.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Gravit Gravit
ID nmmhjbplcdnocnkjppnefkjhaogfceoe
Επίσημο URL https://chrome.google.com/webstore/detail/gravit/nmmhjbplcdnocnkjppnefkjhaogfceoe
Περιγραφή Post to your EveryoneSocial account directly from Chrome
Μέγεθος Αρχείου 66.17 KB
Αριθμός Εγκαταστάσεων 3,000
Τρέχουσα Έκδοση 2.1.3
Τελευταία Ενημέρωση 2020-05-01
Ημερομηνία Δημοσίευσης 2020-04-28
Αξιολόγηση 4.60/5 Συνολικά 10 Αξιολογήσεις
Προγραμματιστής http://everyonesocial.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://everyonesocial.com/
Διεύθυνση URL της Σελίδας Βοήθειας http://everyonesocial.com/users/
URL της Σελίδας Πολιτικής Απορρήτου https://everyonesocial.com/privacy-policy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Gravit",
    "version": "2.1.3",
    "manifest_version": 2,
    "description": "Post to your EveryoneSocial account directly from Chrome",
    "homepage_url": "http:\/\/everyonesocial.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "name": "Click to share content"
    },
    "web_accessible_resources": [
        "frame.html"
    ],
    "permissions": [
        "tabs",
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ]
}