WeSync 微信读书笔记同步

easily save weread bookmarks and reviews to notion

Qu'est-ce que WeSync 微信读书笔记同步 ?

WeSync 微信读书笔记同步 est une extension Chrome développée par https://chatgpt2notion.com, et sa fonction principale est "easily save weread bookmarks and reviews to notion".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension WeSync 微信读书笔记同步

Téléchargez les fichiers d'extension WeSync 微信读书笔记同步 au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        WeSync 微信读书笔记同步是一款方便的谷歌浏览器插件,旨在帮助微信读书用户将笔记无缝同步到 Notion 笔记应用程序。通过安装该插件,用户可以方便地保存、管理和访问他们在微信读书中做出的笔记。

用户为何应该安装该插件:

简化笔记管理:通过 WeSync,用户可以一键将微信读书中的重要笔记保存到 Notion 中,避免了手动复制粘贴的繁琐过程。这大大节省了用户的时间和精力。

跨平台同步:WeSync 为用户提供了一个简单易用的方式,将微信读书笔记同步到 Notion,进而实现跨平台的笔记管理。无论是在使用谷歌浏览器的 PC 上还是在使用 Notion 的移动设备上,用户都可以随时随地访问和编辑他们的读书笔记。

笔记备份和安全:通过将微信读书笔记同步到 Notion,WeSync 提供了用户笔记的实时备份功能。即使用户丢失了手机或出现其他问题,他们的读书笔记也能够安全存储在 Notion 中,确保不会丢失重要的学习内容。                    

Informations de Base sur l'Extension

Nom WeSync 微信读书笔记同步 WeSync 微信读书笔记同步
ID omdhkfnaeeekjjgakogjndkffkkljmhh
URL Officiel https://chromewebstore.google.com/detail/wesync-%E5%BE%AE%E4%BF%A1%E8%AF%BB%E4%B9%A6%E7%AC%94%E8%AE%B0%E5%90%8C%E6%AD%A5/omdhkfnaeeekjjgakogjndkffkkljmhh
Description easily save weread bookmarks and reviews to notion
Taille du Fichier 409 KB
Nombre d'Installations 171
Version Actuelle 1.1.0
Dernière Mise à Jour 2023-08-09
Date de Publication 2023-08-09
Évaluation 4.00/5 Total 2 Évaluations
Développeur https://chatgpt2notion.com
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://chatgptsave.notion.site/ChatGPT-to-Notion-Privacy-Policy-bb99838afdd84392b84611470d1a1812
Langues Prises en Charge id,ms,de,en,en-GB,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,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,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.6c567d50.png",
        "32": "icon32.plasmo.76b92899.png",
        "48": "icon48.plasmo.aced7582.png",
        "64": "icon64.plasmo.8bb5e6e0.png",
        "128": "icon128.plasmo.3c1ed2d2.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.6c567d50.png",
            "32": "icon32.plasmo.76b92899.png",
            "48": "icon48.plasmo.aced7582.png",
            "64": "icon64.plasmo.8bb5e6e0.png",
            "128": "icon128.plasmo.3c1ed2d2.png"
        },
        "default_popup": "popup.html"
    },
    "version": "1.1.0",
    "author": "aluojack",
    "name": "WeSync \u5fae\u4fe1\u8bfb\u4e66\u7b14\u8bb0\u540c\u6b65",
    "description": "__MSG_extensionDescription__",
    "background": {
        "service_worker": "static\/background\/index.js"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/weread.qq.com\/*"
            ],
            "js": [
                "inline.abf9e68b.js"
            ],
            "css": []
        },
        {
            "matches": [
                "https:\/\/chatgptsave.notion.site\/redict-34fd3a00d0e84e589fff12e0f4a6e84d*"
            ],
            "js": [
                "auth.024e4a87.js"
            ],
            "css": []
        }
    ],
    "default_locale": "zh_CN",
    "host_permissions": [
        "https:\/\/api.notion.com\/*",
        "https:\/\/*.chatgpt2notion.com\/*",
        "https:\/\/*.weread.qq.com\/*",
        "https:\/\/chatgptsave.notion.site\/*"
    ]
}