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.」です。
拡張機能のスクリーンショット
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 |
ID | nlgekopeodgakhebiompfbdpfeoacnka |
公式URL | 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 |
Eメール | [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 } |