ProBinder

Your secure online teamwork platform

ما هو ProBinder؟

ProBinder هو إضافة Chrome تم تطويرها بواسطة [email protected]، والميزة الرئيسية لها هي "Your secure online teamwork platform".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة ProBinder

قم بتنزيل ملفات الامتداد ProBinder بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        ProBinder is an online platform which extends your well known office reality. Shelves and binders offer understandable, well structured hierarchies and still give you the flexibility for your needs. ProBinder allows you to work together in your new, extended office across companies.                    

معلومات أساسية عن التمديد

الاسم ProBinder ProBinder
ID khgolofbknhkedpcafgefgmaebciegjb
عنوان URL الرسمي https://chromewebstore.google.com/detail/probinder/khgolofbknhkedpcafgefgmaebciegjb
الوصف Your secure online teamwork platform
حجم الملف 81.46 KB
عدد التثبيتات 37
النسخة الحالية 1.0.3
آخر تحديث 2013-05-12
تاريخ النشر 2013-05-12
تقييم 5.00/5 مجموع تقييمات 3
المطور [email protected]
نوع الدفع free
موقع الإضافة https://probinder.com
اللغات المدعومة de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "js\/jquery.min.js",
            "js\/common.js",
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/icon19.png",
            "38": "img\/icon38.png"
        },
        "default_popup": "html\/popup.html",
        "default_title": "__MSG_title__"
    },
    "content_scripts": [
        {
            "js": [
                "js\/jquery.min.js",
                "js\/content_script.js"
            ],
            "matches": [
                "https:\/\/*.probinder.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_description__",
    "homepage_url": "https:\/\/probinder.com",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "manifest_version": 2,
    "permissions": [
        "alarms",
        "https:\/\/*.probinder.com\/*"
    ],
    "name": "__MSG_title__",
    "options_page": "html\/options.html",
    "version": "1.0.3"
}