Resell.on Smartfill

Smart autofill extension for shopping e-commerce webpages. Accessing a new site that you've never accessed before? Is your current…

ما هو Resell.on Smartfill؟

Resell.on Smartfill هو إضافة Chrome تم تطويرها بواسطة maiki.sneakers، والميزة الرئيسية لها هي "Smart autofill extension for shopping e-commerce webpages. Accessing a new site that you've never accessed before? Is your current…".

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

screenshot

تحميل ملف CRX للإضافة Resell.on Smartfill

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

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

                        Smart autofill extension for shopping e-commerce webpages.
Accessing a new site that you've never accessed before? Is your current autofill requiring too much effort or too much time to use, especially when trying to buy items where speed is key? With Resell.on Smartfill, our extension will pre-fill out fields with your saved information without touching a button, and for sites that you may not have even ever accessed before with smart HTML field detection technologies before the webpage even finishes loading.                    

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

الاسم Resell.on Smartfill Resell.on Smartfill
ID plkpnlgiajabdbnmgiankofcjakiflbo
عنوان URL الرسمي https://chromewebstore.google.com/detail/resellon-smartfill/plkpnlgiajabdbnmgiankofcjakiflbo
الوصف Smart autofill extension for shopping e-commerce webpages. Accessing a new site that you've never accessed before? Is your current…
حجم الملف 213 KB
عدد التثبيتات 339
النسخة الحالية 1.24
آخر تحديث 2021-04-13
تاريخ النشر 2020-09-21
المطور maiki.sneakers
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://www.resellon.io/tos
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Resell.on Smartfill",
    "manifest_version": 2,
    "version": "1.24",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                ".\/js\/content_scripts\/autofill.js",
                ".\/js\/content_scripts\/websites\/wtaps.js",
                ".\/js\/content_scripts\/websites\/supreme.js",
                ".\/js\/content_scripts\/websites\/adidas.js",
                ".\/js\/content_scripts\/websites\/shopify\/shopify_general.js",
                ".\/js\/content_scripts\/websites\/shopify\/mctt.js",
                ".\/js\/content_scripts\/websites\/descendant.js",
                ".\/js\/content_scripts\/websites\/pokemonCenter.js",
                ".\/js\/content_scripts\/websites\/lastConceptShop.js",
                ".\/js\/libraries\/jquery-3.5.1.min.js",
                ".\/js\/libraries\/bootstrap.min.js",
                ".\/js\/libraries\/bootstrap-notify.min.js"
            ],
            "css": [
                ".\/css\/libraries\/animate.min.css",
                ".\/css\/libraries\/bootstrap.min.css"
            ]
        }
    ],
    "icons": {
        "16": ".\/assets\/icons\/resell_on-16.png",
        "32": ".\/assets\/icons\/resell_on-32.png",
        "48": ".\/assets\/icons\/resell_on-48.png",
        "128": ".\/assets\/icons\/resell_on-128.png"
    },
    "background": {
        "scripts": [
            ".\/js\/background\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": ".\/assets\/icons\/resell_on-16.png",
            "32": ".\/assets\/icons\/resell_on-32.png",
            "48": ".\/assets\/icons\/resell_on-48.png",
            "128": ".\/assets\/icons\/resell_on-128.png"
        }
    },
    "options_page": "options.html",
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        "templates\/notification.html",
        "assets\/icons\/resell_on-32.png"
    ],
    "content_security_policy": "script-src 'self' https:\/\/use.fontawesome.com; object-src 'self'"
}