Samsung Internet

Sign in to your Samsung account to access bookmarks on other devices.

Samsung Internetคืออะไร?

Samsung Internet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย sixsupport และคุณลักษณะหลักของมันคือ "Sign in to your Samsung account to access bookmarks on other devices."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Samsung Internet

ดาวน์โหลดไฟล์ส่วนขยาย Samsung Internet ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        ※ New features
* Improved UX and usability

The Samsung Internet extension allows you to easily sync your bookmarks on Samsung Internet for Android to your PC.

It can be activated by logging into your Samsung account, and the synced bookmarks are saved in the secure Samsung Cloud storage.
The extension is available on Windows, Linux, and Mac.


privacy policy 
https://account.samsung.com/membership/etc/specialTC.do?fileName=personaldatamgmt.html                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Samsung Internet Samsung Internet
ID epejdmjgfibjaffbmojllapapjejipkh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/samsung-internet/epejdmjgfibjaffbmojllapapjejipkh
คำอธิบาย Sign in to your Samsung account to access bookmarks on other devices.
ขนาดไฟล์ 12.39 MB
จำนวนการติดตั้ง 157,428
เวอร์ชันปัจจุบัน 2.8.12
อัปเดตครั้งล่าสุด 2024-02-24
วันที่เผยแพร่ 2019-12-29
คะแนน 3.07/5 รวมทั้งหมด 1023 คะแนน
ผู้พัฒนา sixsupport
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://account.samsung.com/membership/etc/specialTC.do?fileName=personaldatamgmt.html
ภาษาที่รองรับ id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_EXT_NAME__",
    "version": "2.8.12",
    "description": "__MSG_LOGIN_INTRO__",
    "icons": {
        "16": "assets\/img\/logo16x16.png",
        "32": "assets\/img\/logo32x32.png",
        "48": "assets\/img\/logo48x48.png",
        "128": "assets\/img\/logo128x128.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "bookmarks",
        "contextMenus",
        "notifications"
    ],
    "host_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/",
        "*:\/\/account.samsunginternet.com\/signInSuccess"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/img\/loading.gif",
                "assets\/img\/logo16x16.png",
                "assets\/img\/logo32x32.png",
                "assets\/img\/internet_pc_ic_samsungpass.svg",
                "popup-vue.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_icon": "assets\/img\/logo32x32_gray.png",
        "default_title": "__MSG_EXT_NAME__"
    },
    "background": {
        "service_worker": "workerContainer.js"
    },
    "commands": {
        "add-bookmark": {
            "suggested_key": {
                "default": "Ctrl+Shift+Y"
            },
            "description": "__MSG_ADD_TO_SAMSUNG_BOOKMARKS__"
        }
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "manifest_version": 3,
    "default_locale": "en_US"
}