EveryoneSocial

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

Apa itu EveryoneSocial?

EveryoneSocial adalah ekstensi Chrome yang dikembangkan oleh EveryoneSocial, dan fitur utamanya adalah "This extension streamlines the process of posting to Social Media using EveryoneSocial.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi EveryoneSocial

Unduh file ekstensi EveryoneSocial dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama EveryoneSocial EveryoneSocial
ID nlgekopeodgakhebiompfbdpfeoacnka
URL Resmi https://chromewebstore.google.com/detail/everyonesocial/nlgekopeodgakhebiompfbdpfeoacnka
Deskripsi This extension streamlines the process of posting to Social Media using EveryoneSocial.
Ukuran File 11.6 KB
Jumlah Instalasi 489
Versi Saat Ini 1.0.5
Terakhir Diperbarui 2023-02-01
Tanggal Publikasi 2020-06-08
Penilaian 1.67/5 Total 3 Penilaian
Pengembang EveryoneSocial
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://everyonesocial.com
URL Halaman Bantuan https://everyonesocial.com/contact/
URL Halaman Kebijakan Privasi https://everyonesocial.com/privacy-policy
Bahasa yang Didukung 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
}