Repo for Notion

Repo for Notion is a Chrome extension that allows you to highlight blocks of texts in the Notion.so app.

Repo for Notion क्या है?

Repo for Notion http://repo.lu द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Repo for Notion is a Chrome extension that allows you to highlight blocks of texts in the Notion.so app."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Repo for Notion एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Imagine a research repository in your main note-taking app, Notion.so... for free.

With our extension, add a tagging feature in Notion, with which you can highlight blocs of text and centralize them on a database (your repository). 
Perfect for managing your customers knowledge, users researches, meeting notes and more on a research repository.

A powerful, central place to store all your highlights :
• Never lose a customer insight and share it across your multiples reports.
• Get organized and break down silos between your teams.
• Built-in tags make it easy to organize your insights and collaborate with others on the same structure. 
• Keep everything organized and in one place, so you don't have to search for yesterday's meeting notes or researches anymore - they're all in your repository.                    

एक्सटेंशन की मूल जानकारी

नाम Repo for Notion Repo for Notion
ID mkmpjdbmicikkfjfggkcpokonnmigfki
आधिकारिक URL https://chrome.google.com/webstore/detail/repo-for-notion/mkmpjdbmicikkfjfggkcpokonnmigfki
विवरण Repo for Notion is a Chrome extension that allows you to highlight blocks of texts in the Notion.so app.
फ़ाइल का आकार 36.54 KB
स्थापना संख्या 338
वर्तमान संस्करण 1.3.10
अंतिम अपडेट 2023-02-03
प्रकाशन तिथि 2022-01-27
रेटिंग 3.25/5 कुल 4 रेटिंग्स
डेवलपर http://repo.lu
ईमेल [email protected]
एक्सटेंशन वेबसाइट https://repo.lu/
गोपनीयता नीति पृष्ठ URL https://repo-notion.taogasnier.com/Privacy-Policy-e16d5c2c86a845b8b39df849190061bd
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Repo for Notion",
    "version": "1.3.10",
    "description": "Repo for Notion is a Chrome extension that allows you to highlight blocks of texts in the Notion.so app.",
    "short_name": "Repo for Notion",
    "icons": {
        "16": "icons\/16x16.png",
        "32": "icons\/32x32.png",
        "48": "icons\/48x48.png",
        "128": "icons\/128x128.png"
    },
    "permissions": [
        "activeTab",
        "storage",
        "scripting",
        "webNavigation"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.notion.so\/*",
            "*:\/\/app.repo.lu\/*"
        ]
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.notion.so\/*",
                "*:\/\/app.repo.lu\/*"
            ],
            "js": [
                "content.js"
            ],
            "all_frames": false
        }
    ],
    "action": {
        "default_title": "Repo for Notion",
        "default_icon": {
            "16": "icons\/16x16.png",
            "32": "icons\/32x32.png",
            "48": "icons\/48x48.png",
            "128": "icons\/128x128.png"
        }
    }
}