Datawallet 3.0 - Developer Edition

Your data has value. Source it, store it, and use it.

Datawallet 3.0 - Developer Edition क्या है?

Datawallet 3.0 - Developer Edition https://datawallet.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Your data has value. Source it, store it, and use it."।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Datawallet 3.0 (Developer) is a simple and powerful tool to control your online data. Securely source, store and use your data in an encrypted vault for maximum privacy. Proof-of-concept for a decentralized data ecosystem, Datawallet 3.0 (Developer) is paving the way for Web3. Start building for the next generation Internet and power a new generation of apps that ethically utilize cross-platform data.

Source: 
The sourcing tool enables you to seamlessly source your online data into your Datawallet.

Store:
The data is then locally stored and encrypted on your device. Datawallet, or any other organization, cannot access the data without your active initiation and consent. 

Use: 
Control means more than security, and that’s why our permissioning system on-chain allows you to decrypt and share your data with apps and brands you trust. Our intuitive permissioning system puts you—the data owner—in complete control of how and when your data gets used.

By harnessing the power of blockchain, Datawallet 3.0 (Developer) makes all transactions transparent and audit-able. Use your Datawallet 3.0 (Developer) to visualize your data, power products, and build your own. 

Features coming soon:
- Sync data to multiple devices.
- Easily switch between accounts.
- Datawallet mobile app to control data on the go.
- Speedier transactions on-chain.

Find more on https://datawallet.com.                    

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

नाम Datawallet 3.0 - Developer Edition Datawallet 3.0 - Developer Edition
ID caagmkmkbhffejhhedakamdemcekfbmf
आधिकारिक URL https://chrome.google.com/webstore/detail/datawallet-30-developer-e/caagmkmkbhffejhhedakamdemcekfbmf
विवरण Your data has value. Source it, store it, and use it.
फ़ाइल का आकार 2.93 MB
स्थापना संख्या 668
वर्तमान संस्करण 3.1.0
अंतिम अपडेट 2019-07-31
प्रकाशन तिथि 2019-07-31
रेटिंग 4.86/5 कुल 21 रेटिंग्स
डेवलपर https://datawallet.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://datawallet.com
सहायता पृष्ठ URL https://datawallet.atlassian.net/servicedesk/customer/portals
गोपनीयता नीति पृष्ठ URL https://datawallet.com
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Datawallet 3.0 - Developer Edition",
    "description": "Your data has value. Source it, store it, and use it.",
    "version": "3.1.0",
    "icons": {
        "16": "assets\/images\/dw-default-16.png",
        "32": "assets\/images\/dw-default-32.png",
        "48": "assets\/images\/dw-default-48.png",
        "128": "assets\/images\/dw-default-128.png"
    },
    "browser_action": {
        "browser_style": true,
        "default_icon": {
            "16": "assets\/images\/dw-default-16.png",
            "32": "assets\/images\/dw-default-32.png",
            "48": "assets\/images\/dw-default-48.png",
            "128": "assets\/images\/dw-default-128.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/localhost\/*"
            ],
            "js": [
                "dist\/datawalletApi.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/www.amazon.com\/*"
            ],
            "js": [
                "dist\/content\/amazon.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "js": [
                "dist\/content\/facebook.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/*.linkedin.com\/*"
            ],
            "js": [
                "dist\/content\/linkedin.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/*.datawallet.com\/*",
                "https:\/\/youaretheproduct.wtf\/*",
                "https:\/\/personality.gallery\/*"
            ],
            "js": [
                "dist\/datawalletApi.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "*:\/\/*\/*",
        "webNavigation",
        "storage",
        "unlimitedStorage",
        "idle",
        "activeTab",
        "tabs",
        "history",
        "downloads",
        "bookmarks",
        "topSites",
        "webRequest",
        "webRequestBlocking",
        "notifications"
    ],
    "optional_permissions": [],
    "web_accessible_resources": [
        "dist\/datawalletApiInjected.js",
        "dist\/message.js",
        "dist\/originFetch.js",
        "content-ui.css",
        "content-ui.html"
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnp6EDXeBXEdmcRgmR8ZTcQot\/hehJKEaC3CeYzkRDLkw8kWjBysefnNk+8YhsN7invwadD52E9SxgFC5gHVtlJOEtRWUAeL7aIWj2QSC7GkPW7UhNVrNJ+ik0FV33DQ36hMbzCV00YrCv3srWFwZTzsYY+oIO75\/ar4VGBof\/JDje0MnTnqneS6dcxLsOImT9xS4L8pS8peDTqhLyyP2LC2qArew63OktK15V+DZKYY7JtdArQytxr37Pn89XRLyyyocmSC1\/edKC+GplGIk4iKVNyY+cDwlfmgP0wgQT+0UMN4NyU6GvB+JrGDMP2wVLKiiPiBw2eEiCyC7NpbOSwIDAQAB",
    "externally_connectable": {
        "matches": [
            "https:\/\/win.datawallet.com\/*",
            "https:\/\/web.datawallet.com\/*"
        ],
        "accepts_tls_channel_id": true
    }
}