Shift-It

***REQUIRES ANDROID APPLICATION*** Android application can be downloaded from our website. http://shift-it-psp.herokuapp.com/ Ever…

ما هو Shift-It؟

Shift-It هو إضافة Chrome تم تطويرها بواسطة https://shift-it-psp.herokuapp.com، والميزة الرئيسية لها هي "***REQUIRES ANDROID APPLICATION*** Android application can be downloaded from our website. http://shift-it-psp.herokuapp.com/ Ever…".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Shift-It

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

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

                        ***REQUIRES ANDROID APPLICATION***
Android application can be downloaded from our website. http://shift-it-psp.herokuapp.com/

Ever feel an urge to just shift the content you are browsing in your phone in just a click? With shift-it we are trying to provide a hassle-free experience for the user in a single click.And the transfers are completely secure with a fantastic user experience devoid of any irritating ads.

One click transfers

PC to phone(more to be added shortly)                    

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

الاسم Shift-It Shift-It
ID khkkccmgokjjbnihhcbgacibieimibmh
عنوان URL الرسمي https://chromewebstore.google.com/detail/shift-it/khkkccmgokjjbnihhcbgacibieimibmh
الوصف ***REQUIRES ANDROID APPLICATION*** Android application can be downloaded from our website. http://shift-it-psp.herokuapp.com/ Ever…
حجم الملف 766 KB
عدد التثبيتات 10
النسخة الحالية 1.1
آخر تحديث 2020-07-09
تاريخ النشر 2020-07-03
تقييم 5.00/5 مجموع تقييمات 13
المطور https://shift-it-psp.herokuapp.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://shift-it-psp.herokuapp.com/
عنوان صفحة المساعدة http://shift-it-psp.herokuapp.com/
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Shift-It",
    "version": "1.1",
    "content_security_policy": "script-src 'self' https:\/\/cdn.firebase.com https:\/\/*.firebaseio.com https:\/\/*.firebaseio-demo.com https:\/\/www.gstatic.com; object-src 'self'",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "128": "icon.png"
    }
}