EveryoneSocial

This extension streamlines the process of posting to Social Media using EveryoneSocial.

Was ist EveryoneSocial?

EveryoneSocial ist eine Chrome-Erweiterung, die von EveryoneSocial entwickelt wurde, und ihr Hauptmerkmal ist "This extension streamlines the process of posting to Social Media using EveryoneSocial.".

Erweiterungsscreenshots

screenshot

EveryoneSocial-Erweiterungs-CRX-Datei herunterladen

Laden Sie EveryoneSocial-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

                        Adds a button to your toolbar that will open a new tab and begin the process of posting the active tab to EveryoneSocial                    

Grundlegende Informationen zur Erweiterung

Name EveryoneSocial EveryoneSocial
ID nlgekopeodgakhebiompfbdpfeoacnka
Offizielle URL https://chromewebstore.google.com/detail/everyonesocial/nlgekopeodgakhebiompfbdpfeoacnka
Beschreibung This extension streamlines the process of posting to Social Media using EveryoneSocial.
Dateigröße 11.6 KB
Installationsanzahl 489
Aktuelle Version 1.0.5
Letztes Update 2023-02-01
Veröffentlichungsdatum 2020-06-08
Bewertung 1.67/5 Insgesamt 3 Bewertungen
Entwickler EveryoneSocial
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://everyonesocial.com
Hilfeseite URL https://everyonesocial.com/contact/
URL der Datenschutzrichtlinien-Seite https://everyonesocial.com/privacy-policy
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "EveryoneSocial",
    "version": "1.0.5",
    "description": "This extension streamlines the process of posting to Social Media using EveryoneSocial.",
    "homepage_url": "https:\/\/everyonesocial.com",
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "background": {
        "service_worker": "js\/background.js",
        "type": "module"
    },
    "action": {
        "default_icon": {
            "16": "img\/icon-16.png",
            "48": "img\/icon-48.png",
            "128": "img\/icon-128.png"
        },
        "default_title": "Click to share content"
    },
    "permissions": [
        "activeTab"
    ],
    "manifest_version": 3
}