Easy Share
Easily Share Web pages to your social profiles using Easy Share extension Chrome Tab.
Easy Shareคืออะไร?
Easy Share เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Easy Share และคุณลักษณะหลักของมันคือ "Easily Share Web pages to your social profiles using Easy Share extension Chrome Tab."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Easy Share
ดาวน์โหลดไฟล์ส่วนขยาย Easy Share ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Share web pages to your favorite social sites on newtab. Select from list of opened tabs or saved links to share with your social sites "Introducing our easy to use browser extension to make sharing of links across multiple platforms easy! Improve your social media presence by sharing across platforms How to use Easy Share Extension Use Case 1: Share Opened tabs link 1. Open newtab and click on Easy Share Button 2. Select Link you want to Share 3. Select the Social site 4. Post Use Case 2: Save web link to share later 1. Right click on Web page you want to save for sharing later 2. Save the link to "Easy Share" 3. Open newtab and click on Easy Share Button 4. Select "Save Link" section 5. Select Link you want to Share 6. Select the Social site 7. Post This extension updates your browser New Tab and provides: - Easy Share features to manage and share links to social sites - A Web Search box powered by Yahoo - Top sites (Site links below search box) By installing this extension, you agree to the Terms of Service (https://geteasyshare.app/terms-of-service/) and Privacy Policy (https://geteasyshare.app/privacy-policy/)
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Easy Share |
ID | omngjmnemdhikbhkgnblnipkpadbmocj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/easy-share/omngjmnemdhikbhkgnblnipkpadbmocj |
คำอธิบาย | Easily Share Web pages to your social profiles using Easy Share extension Chrome Tab. |
ขนาดไฟล์ | 271 KB |
จำนวนการติดตั้ง | 48 |
เวอร์ชันปัจจุบัน | 1.23.1211 |
อัปเดตครั้งล่าสุด | 2023-12-13 |
วันที่เผยแพร่ | 2023-12-06 |
ผู้พัฒนา | Easy Share |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://geteasyshare.app/privacy-policy |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Easy Share", "short_name": "EasyShare", "description": "Easily Share Web pages to your social profiles using Easy Share extension Chrome Tab.", "version": "1.23.1211", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "32": "icons\/32.png", "128": "icons\/128.png" }, "background": { "service_worker": "worker.js" }, "chrome_url_overrides": { "newtab": "newtab\/newtab.html" }, "action": { "default_icon": { "16": "icons\/16.png", "48": "icons\/48.png", "32": "icons\/32.png", "128": "icons\/128.png" }, "default_title": "Easy Share" }, "host_permissions": [ "*:\/\/*.geteasyshare-api.app\/*", "*:\/\/enhanced-sug.geteasyshare-api.app\/*" ], "permissions": [ "tabs", "topSites", "storage", "cookies", "contextMenus" ], "manifest_version": 3 } |