Clearview Social
Schedule shares through Clearview Social as you browse the web.
Co je Clearview Social?
Clearview Social je rozšíření Chrome vyvinuté https://clearviewsocial.com, a jeho hlavní funkcí je „Schedule shares through Clearview Social as you browse the web.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Clearview Social
Stáhněte si soubory rozšíření Clearview Social ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Please note: This app is intended for users that are already signed up by their organization to use Clearview Social. With the Clearview Social Chrome Extension, you can schedule articles to share through Clearview Social as you browse the web. You can also suggest articles to your Clearview administrator to add to future queues. If you are a Clearview Social administrator, you can add content to your queues that you send out to your professionals. Take your social media skills to the next level with Clearview Social!
Základní Informace o Rozšíření
Název | Clearview Social |
ID | gnehaapmnkbccpgbejmemkagaglloloh |
Oficiální URL | https://chromewebstore.google.com/detail/clearview-social/gnehaapmnkbccpgbejmemkagaglloloh |
Popis | Schedule shares through Clearview Social as you browse the web. |
Velikost souboru | 237 KB |
Počet instalací | 511 |
Aktuální Verze | 1.1.0 |
Poslední Aktualizace | 2021-10-16 |
Datum Vydání | 2020-12-12 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | https://clearviewsocial.com |
Typ Platby | free |
Webové stránky Rozšíření | https://clearviewsocial.com |
URL Stránky Nápovědy | http://help.clearviewsocial.com |
Podporované Jazyky | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Clearview Social", "version": "1.1.0", "description": "Schedule shares through Clearview Social as you browse the web.", "short_name": "Clearview Social", "permissions": [ "cookies", "tabs", "https:\/\/*.clearviewsocial.com\/" ], "content_security_policy": "script-src 'self' https:\/\/*.clearviewsocial.com 'unsafe-eval'; object-src 'self' https:\/\/*.clearviewsocial.com", "browser_action": { "default_title": "Clearview Social", "default_popup": "share.html", "default_icon": { "16": "icons\/cvs-16.png", "32": "icons\/cvs-32.png", "48": "icons\/cvs-48.png", "128": "icons\/cvs-128.png" } }, "icons": { "16": "icons\/cvs-16.png", "32": "icons\/cvs-32.png", "48": "icons\/cvs-48.png", "128": "icons\/cvs-128.png" } } |