EveryoneSocial

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

什麼是EveryoneSocial?

EveryoneSocial是由EveryoneSocial開發的Chrome擴展程式,該擴展的主要功能是“This extension streamlines the process of posting to Social Media using EveryoneSocial.”。

擴展截圖

screenshot

下載EveryoneSocial擴展crx文件

下載EveryoneSocial擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 EveryoneSocial EveryoneSocial
ID nlgekopeodgakhebiompfbdpfeoacnka
官方網址 https://chromewebstore.google.com/detail/everyonesocial/nlgekopeodgakhebiompfbdpfeoacnka
簡介 This extension streamlines the process of posting to Social Media using EveryoneSocial.
檔案大小 11.6 KB
安裝次數 489
目前版本 1.0.5
更新時間 2023-02-01
上架時間 2020-06-08
評分 1.67/5 共 3 次評分
開發者 EveryoneSocial
電子郵箱 [email protected]
付費類型 free
擴展官網 https://everyonesocial.com
說明頁面URL https://everyonesocial.com/contact/
隱私政策頁面URL https://everyonesocial.com/privacy-policy
支援的語言 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
}