Gravit
Post to your EveryoneSocial account directly from Chrome
Gravit란 무엇입니까?
Gravit은(는) http://everyonesocial.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Post to your EveryoneSocial account directly from Chrome"입니다.
확장 프로그램 스크린샷
Gravit 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | |
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:\/\/*\/*" ] } |