Vista Social

Vista Social lets you schedule and publish content to Twitter, Facebook, LinkedIn Instagram, TikTok and several other social…

Was ist Vista Social?

Vista Social ist eine Chrome-Erweiterung, die von https://vistasocial.com entwickelt wurde, und ihr Hauptmerkmal ist "Vista Social lets you schedule and publish content to Twitter, Facebook, LinkedIn Instagram, TikTok and several other social…".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Vista Social-Erweiterungs-CRX-Datei herunterladen

Laden Sie Vista Social-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Vista Social lets you schedule and publish content to Twitter, Facebook, LinkedIn Instagram, TikTok and several other social networks from any website.
If you're a Vista Social user, the Vista Social Chrome Extension can help you quickly schedule, queue, or publish content that you find online.

See a Web page or blog post that you want to share on Twitter, Facebook, LinkedIn Instagram, TikTok and several others ? Click the Chrome Extension. Add one of your saved hashtag groups alongside your description (and maybe an emoji or two). Set it to publish right away, to be scheduled later on, or to be added to one of your queue categories.

Curating content for your social profiles has never been easier!                    

Grundlegende Informationen zur Erweiterung

Name Vista Social Vista Social
ID penkaabfmokbebopkikfcoobplgbncjc
Offizielle URL https://chromewebstore.google.com/detail/vista-social/penkaabfmokbebopkikfcoobplgbncjc
Beschreibung Vista Social lets you schedule and publish content to Twitter, Facebook, LinkedIn Instagram, TikTok and several other social…
Dateigröße 22.17 KB
Installationsanzahl 550
Aktuelle Version 1.0.7
Letztes Update 2023-06-28
Veröffentlichungsdatum 2022-03-14
Bewertung 3.67/5 Insgesamt 3 Bewertungen
Entwickler https://vistasocial.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://vistasocial.com/
Hilfeseite URL https://support.vistasocial.com
URL der Datenschutzrichtlinien-Seite https://vistasocial.com/privacy
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Vista Social",
    "description": "",
    "version": "1.0.7",
    "homepage_url": "https:\/\/vistasocial.com",
    "background": {
        "service_worker": "vistasocial.js"
    },
    "permissions": [
        "contextMenus"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.instagram.com\/*",
                "https:\/\/www.tiktok.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "icons\/logo-16.png",
        "48": "icons\/logo-48.png",
        "128": "icons\/logo-128.png"
    }
}