Seek Extension

Seek app web extension to save urls directly

Seek Extension क्या है?

Seek Extension aisence.tech द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Seek app web extension to save urls directly"।

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

screenshot

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

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

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

                        With Seek App you can save favorite content from across the web into collections
Organize and share your collections with the world!

This is a web extension to support the app, once installed you can save any url into your collections with just two clicks                    

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

नाम Seek Extension Seek Extension
ID pojpnpjfkkhnedlombilfjgdbgedlhkc
आधिकारिक URL https://chromewebstore.google.com/detail/seek-extension/pojpnpjfkkhnedlombilfjgdbgedlhkc
विवरण Seek app web extension to save urls directly
फ़ाइल का आकार 3.01 MB
स्थापना संख्या 89
वर्तमान संस्करण 1.4.6
अंतिम अपडेट 2021-05-26
प्रकाशन तिथि 2021-02-27
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर aisence.tech
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.platform.theseekapp.com/
समर्थित भाषाएँ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Seek Extension",
    "version": "1.4.6",
    "description": "Seek app web extension to save urls directly",
    "manifest_version": 2,
    "permissions": [
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "assets\/*.svg",
        "assets\/*.png"
    ],
    "browser_action": {
        "default_popup": "index.html",
        "default_icon": {
            "48": "assets\/logo48.png",
            "128": "assets\/logo128.png"
        }
    },
    "content_security_policy": "script-src 'self' 'sha256-h5KhvkvpQabuYjFGzawbWlRPrjBVI0yO4pXNwaR1qaA=' https:\/\/cdn.amplitude.com\/ https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com  https:\/\/apis.google.com https:\/\/ajax.googleapis.com\/  ; object-src 'self'",
    "oauth2": {
        "client_id": "873491164853-5hsevaued5flajpqhrv1vgt02ncada90.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlwLRPFiNi0pp6wrS72uF9Miwnb8pJ\/MnMcdWTE8nY16xnwq60W0xw0TwrRAyVMyrqrnbKNtKliOPuTit1ZWXVwaeuZRjC210WeA5+M8Y6PSlTgWZON+ahzmVOjfvXVBHlUpQK7FtDKVZjiyJBirHv2gs3ZtiPsv\/gyN7kt5+Y9If4y8\/FYVyMbYn5RNzN5m7aLxK6HJmwGXGd65dFq4eJWNBeRl3BD9xu2QUIWr65MOHYEq9\/l\/byweGRdStZY0OnaciB8b8G\/F\/lfeoEEU\/zNZzacUZD8pa47gAv\/BYVZJn6Dhnd7KSf\/ocs+qQnWs0V1m0M6Be1nZnF2lC4OrWqQIDAQAB"
}