Salesforza Sync Chrome Tabs to Google Sheet

Extension Synch to Google Sheet

ما هو Salesforza Sync Chrome Tabs to Google Sheet؟

Salesforza Sync Chrome Tabs to Google Sheet هو إضافة Chrome تم تطويرها بواسطة https://salesforza.com، والميزة الرئيسية لها هي "Extension Synch to Google Sheet".

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

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Salesforza Sync Chrome Tabs to Google Sheet

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

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

                        Super Fast💨💨💨
Our extension enables you to add the URL and Description of any tab (website) to Google Sheets with 1-click on “Add/Update Row”

🔄🔄🔄 All-in Sync
Once a new row has been added or updated you'll see a notification on our extension such as “Row 2/inserted”.

➕Add More Fields (which appear as Columns in Google Sheets) straight from our extension (ex. Status, Priority, Comments, etc)

There are many potential use cases for our extension...

For example you can create useful lists of:

📊📈📉 Sales leads (ex. from Linkedin)
💃💃💃 Influencers (ex. YouTube, TikTok, Quora…) 
🔖📄📜 Articles to read later (from different sources)
🌎🌍🌏 Browser bookmarks you can more easily share
✍️✍️✍️ Journalists you’d like to pitch your company to
💰💸🤑 Investors (ex. from Angellist)
📖📚📕 Books in your library or that you want to buy on Amazon

- - - 

Even more fun lists like
🛍🏬🛒 Items your’d like to buy on Amazon or Shopify stores
🚗🏎🛻 Next Car you want to buy
👩‍🍳🧑‍🍳👨‍🍳 Recipes
👩‍🏫🤰🤱 Baby stuff to buy
⛷🏂🎿 List of winter gear
🏃‍♀️🏃🏃‍♂️ Run equipment
🚊✈️🚢 Travels and trips
⌚️📱💻 Tech equipment to get
🇺🇳🇦🇶🇧🇿 Countries you've been to, want to go or lived in
🗿🗽🗼 Wonders visited
...you name it!

Soon
📧📥📬 We plan to help you better organize your Gmail inbox so that you can better categorize and list important emails.

Stop going back and forth between Chrome and Google Sheets when making lists of sales leads, influencers, articles, journalists, investors, items...etc...
 
View entries (rows from your Google Sheets) inside our Extension, so while you are browsing you don't need to jump back and forth your CRM to know if you've already added someone or something to your list 🙌🙏                    

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

الاسم Salesforza Sync Chrome Tabs to Google Sheet Salesforza Sync Chrome Tabs to Google Sheet
ID jjpolepnjfigkoebognejblcnhnhlaaj
عنوان URL الرسمي https://chromewebstore.google.com/detail/salesforza-sync-chrome-ta/jjpolepnjfigkoebognejblcnhnhlaaj
الوصف Extension Synch to Google Sheet
حجم الملف 392 KB
عدد التثبيتات 543
النسخة الحالية 0.0.77
آخر تحديث 2024-02-18
تاريخ النشر 2021-11-12
تقييم 5.00/5 مجموع تقييمات 20
المطور https://salesforza.com
البريد الإلكتروني [email protected]
نوع الدفع in_app
موقع الإضافة https://www.salesforza.com/
عنوان صفحة المساعدة https://www.salesforza.com/
عنوان صفحة سياسة الخصوصية https://www.salesforza.com/privacy-policy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.77",
    "manifest_version": 3,
    "name": "__MSG_appNameChrome__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "options_page": "options.html",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "__MSG_appIconTitle__",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "permissions": [
        "identity",
        "activeTab",
        "storage"
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+L",
                "mac": "Command+Shift+L",
                "chromeos": "Ctrl+Shift+L",
                "linux": "Ctrl+Shift+L"
            }
        }
    },
    "oauth2": {
        "client_id": "946757042387-00p6vaa6k9hb52phjvn1qe29d2vrvqtn.apps.googleusercontent.com",
        "scopes": [
            "profile",
            "email",
            "https:\/\/www.googleapis.com\/auth\/drive.file"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwhTF8J2ThWwcISLpLJzpTl5GZ\/GPoyhDlUzjJbzb4yCdnVZVxyY2MrV68jDRsfoeKSfhSKsAchwrcMY5Kgig0XGB2VLwuoDzFJN3yZRwFJLNRhnVevwuOpACuL6YPRxMQ2\/fxdhEUQf\/NnzzeRI5WIplENuyTVCHlkOc4oaARIu\/KlwFQ5kRhgc3710lxfcRFzbk5G2YfBV+lJQ2wmOMvKBsAgvZtgsLgNJvPqdA54GCKQi\/9mXqvyz9A9oPzZWZZHUHJnbVC4zxdUqhxcdrwnVlxtLiCSM3mJZ3NzozDp1b+UvOIDppDwkJd43cxk3pW0sHMzNC5wZe\/M08FOXG7QIDAQAB"
}