EveryoneSocial

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

Qu'est-ce que EveryoneSocial ?

EveryoneSocial est une extension Chrome développée par EveryoneSocial, et sa fonction principale est "This extension streamlines the process of posting to Social Media using EveryoneSocial.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension EveryoneSocial

Téléchargez les fichiers d'extension EveryoneSocial au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom EveryoneSocial EveryoneSocial
ID nlgekopeodgakhebiompfbdpfeoacnka
URL Officiel https://chromewebstore.google.com/detail/everyonesocial/nlgekopeodgakhebiompfbdpfeoacnka
Description This extension streamlines the process of posting to Social Media using EveryoneSocial.
Taille du Fichier 11.6 KB
Nombre d'Installations 489
Version Actuelle 1.0.5
Dernière Mise à Jour 2023-02-01
Date de Publication 2020-06-08
Évaluation 1.67/5 Total 3 Évaluations
Développeur EveryoneSocial
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://everyonesocial.com
URL de la Page d'Aide https://everyonesocial.com/contact/
URL de la Page de Politique de Confidentialité https://everyonesocial.com/privacy-policy
Langues Prises en Charge 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
}