Дополнения для браузера Firefox
  • Расширения
  • Темы
    • для Firefox
    • Словари и языковые пакеты
    • Другие версии браузера
    • Дополнения для Android
Войти
Значок дополнения

История версий Again, Why Salesforce - 10 версий

Again, Why Salesforce от Astisme

Оценено на 5 из 5
Оценено на 5 из 5
5
1
4
0
3
0
2
0
1
0
История версий Again, Why Salesforce - 10 версий
  • Будьте осторожны со старыми версиями! Эти версии отображаются только для сведения и в целях тестирования.Вы всегда должны использовать последнюю версию дополнения.

  • Последняя версия

    Версия 2.0.0

    Выпущено 19 июня 2025 г. - 1,3 МБ
    Работает с firefox 112.0 и выше
    🚀 Added
    Salesforce

    Custom <ul> element for Tab storage (we were relying on one available in Salesforce Setup before)
    Keyboard shortcuts for common actions
    On-screen notification when a new extension version is available
    "Update Tab" directly from a Salesforce Setup modal via context menu (without opening the popup)
    Option to open "Open in Another Org" links in the same browser tab or in a new tab


    Popup

    Created popup used to request optional permissions.


    Updates to the extension

    Full localization support for all languages listed here
    New extension settings page
    Safari rollout, plus a dedicated Safari Installation Guide
    Simple Analytics integration for user metrics


    Updates to the repository

    CHANGELOG.md, CONTRIBUTING.md, CODE_OF_CONDUCT.md and SECURITY.md added
    README.md reordered for better flow


    🛠 Changed
    Salesforce

    SVG-based star and slashed-star icons (replacing PNGs); they now work seamlessly when using another extension to switch to dark mode


    Updates to the repository

    Updated Privacy Policy to reflect new storage options used by settings


    🐛 Fixed
    Updates to the repository

    Corrected JSDoc comments throughout the codebase


    ⚠️ Breaking Changes

    Removed support for the tabTitle field in saved configurations

    Исходный код выпущен на условиях Только Стандартная общественная лицензия GNU v3.0

    Вам понадобится Firefox, чтобы использовать это расширение
    Загрузите Firefox и установите расширение
    Загрузить файл
  • Старые версии

    Версия 1.4.8

    Выпущено 25 мар. 2025 г. - 787,86 КБ
    Работает с firefox 112.0 и выше
    This release contains various improvements such as allowing for org-specific Tabs and it also fixes some bugs from the previous version. It also fixes a bug on Chrome for exporting Tabs.
    The permission to access Salesforce Setup is now requested when the user clicks on the popup.
    This release re-adds the lightning.force.com pattern for Setup pages. This is needed due to production orgs not yet using the my.salesforce-setup.com pattern.

    For this version, you may still import Tabs using tabTitle and url (and org); however, from version 1.5.0, you'll have to import Tabs using label and url (and org). All versions of the extension until verion 1.5.0 will automatically redownload the imported list of Tabs with label instead of tabTitle. We thank you for your understanding.

    Bugs squashed

    Context Menus

    Fixed accidental removal of Context Menu Items after a period of time (by performing a check after a while) 48.

    Salesforce

    Fixed synchronization of Tabs between browser's tabs and windows 42;
    Prevented the creation of multiple modals (it is now required to close the previous one) 41.

    New Functionality

    Salesforce

    More usage of the Toast Message, showing errors when something fails (and also info or warning) 44;
    Improved the Open Other Org modal (now using text boxes instead of disabled input fields);
    Changed Import modal to resemble Salesforce's modals 41;
    When a Tab is org-specific, it is shown in bold in the Setup bar 30;
    When saving a new Tab using the favourite button, the URL is checked to match the Salesforce Ids pattern. If the URL is found to have an Id, it is saved as org-specific automatically 30;
    Tabs which are org-specific but related to another org, will not be shown and their position will remain fixed 30;
    Context Menu Items now feature Emojis for faster recall.

    Popup

    When a Tab is org-specific, a checkbox next to its URL is ticked 30;
    Tabs which are org-specific but related to another org, will not be shown and their position will remain fixed 30.

    Updates to the repository

    Implemented Tab object for dealing with user's picked Tabs; 50;
    Removed call to background page to minify/expand/else a URL (now it's done in Tab);
    Implemented TabContainer object for managing the user's picked Tabs;
    Implemented tests for Tab and TabContainer classes;
    Renamed tabTitle to label for Tab objects; 50;
    Tests have been added to the PR and Push pipeline.

    Исходный код выпущен на условиях Только Стандартная общественная лицензия GNU v3.0

    Загрузить файл
  • Версия 1.4.7

    Выпущено 18 мар. 2025 г. - 787,67 КБ
    Работает с firefox 112.0 и выше
    This release contains various improvements such as allowing for org-specific Tabs and it also fixes some bugs from the previous version. It also fixes a bug on Chrome for exporting Tabs.
    The permission to access Salesforce Setup is now requested when the user clicks on the popup.

    For this version, you may still import Tabs using tabTitle and url (and org); however, from version 1.5.0, you'll have to import Tabs using label and url (and org). All versions of the extension until verion 1.5.0 will automatically redownload the imported list of Tabs with label instead of tabTitle. We thank you for your understanding.

    Bugs squashed

    Context Menus

    Fixed accidental removal of Context Menu Items after a period of time (by performing a check after a while) 48.

    Salesforce

    Fixed synchronization of Tabs between browser's tabs and windows 42;
    Prevented the creation of multiple modals (it is now required to close the previous one) 41.

    New Functionality

    Salesforce

    More usage of the Toast Message, showing errors when something fails (and also info or warning) 44;
    Improved the Open Other Org modal (now using text boxes instead of disabled input fields);
    Changed Import modal to resemble Salesforce's modals 41;
    When a Tab is org-specific, it is shown in bold in the Setup bar 30;
    When saving a new Tab using the favourite button, the URL is checked to match the Salesforce Ids pattern. If the URL is found to have an Id, it is saved as org-specific automatically 30;
    Tabs which are org-specific but related to another org, will not be shown and their position will remain fixed 30;
    Context Menu Items now feature Emojis for faster recall.

    Popup

    When a Tab is org-specific, a checkbox next to its URL is ticked 30;
    Tabs which are org-specific but related to another org, will not be shown and their position will remain fixed 30.

    Updates to the repository

    Implemented Tab object for dealing with user's picked Tabs; 50;
    Removed call to background page to minify/expand/else a URL (now it's done in Tab);
    Implemented TabContainer object for managing the user's picked Tabs;
    Implemented tests for Tab and TabContainer classes;
    Renamed tabTitle to label for Tab objects; 50;
    Tests have been added to the PR and Push pipeline.

    Исходный код выпущен на условиях Только Стандартная общественная лицензия GNU v3.0

    Загрузить файл
  • Версия 1.4.6

    Выпущено 12 мар. 2025 г. - 784,9 КБ
    Работает с firefox 112.0 и выше
    This release contains various improvements such as allowing for org-specific Tabs and it also fixes some bugs from the previous version. It also fixes a bug on Chrome for exporting Tabs.

    For this version, you may still import Tabs using tabTitle and url (and org); however, from version 1.5.0, you'll have to import Tabs using label and url (and org). All versions of the extension until verion 1.5.0 will automatically redownload the imported list of Tabs with label instead of tabTitle. We thank you for your understanding.

    Bugs squashed

    Context Menus

    Fixed accidental removal of Context Menu Items after a period of time (by performing a check after a while) 48.


    Salesforce

    Fixed synchronization of Tabs between browser's tabs and windows 42;
    Prevented the creation of multiple modals (it is now required to close the previous one) 41.


    New Functionality

    Salesforce

    More usage of the Toast Message, showing errors when something fails (and also info or warning) 44;
    Improved the Open Other Org modal (now using text boxes instead of disabled input fields);
    Changed Import modal to resemble Salesforce's modals 41;
    When a Tab is org-specific, it is shown in bold in the Setup bar 30;
    When saving a new Tab using the favourite button, the URL is checked to match the Salesforce Ids pattern. If the URL is found to have an Id, it is saved as org-specific automatically 30;
    Tabs which are org-specific but related to another org, will not be shown and their position will remain fixed 30;
    Context Menu Items now feature Emojis for faster recall.


    Popup

    When a Tab is org-specific, a checkbox next to its URL is ticked 30;
    Tabs which are org-specific but related to another org, will not be shown and their position will remain fixed 30.


    Updates to the repository

    Implemented Tab object for dealing with user's picked Tabs; 50;
    Removed call to background page to minify/expand/else a URL (now it's done in Tab);
    Implemented TabContainer object for managing the user's picked Tabs;
    Implemented tests for Tab and TabContainer classes;
    Renamed tabTitle to label for Tab objects; 50;
    Tests have been added to the PR and Push pipeline.

    Исходный код выпущен на условиях Только Стандартная общественная лицензия GNU v3.0

    Загрузить файл
  • Версия 1.4.5

    Выпущено 12 мар. 2025 г. - 784,7 КБ
    Работает с firefox 112.0 и выше
    This release contains various improvements such as allowing for org-specific Tabs and it also fixes some bugs from the previous version.

    For this version, you may still import Tabs using tabTitle and url (and org); however, from version 1.5.0, you'll have to import Tabs using label and url (and org). All versions of the extension until verion 1.5.0 will automatically redownload the imported list of Tabs with label instead of tabTitle. We thank you for your understanding.

    Bugs squashed

    Context Menus
    1. Fixed accidental removal of Context Menu Items after a period of time (by performing a check after a while) 48.

    Salesforce
    1. Fixed synchronization of Tabs between browser's tabs and windows 42;
    2. Prevented the creation of multiple modals (it is now required to close the previous one) 41.

    New Functionality

    Salesforce
    1. More usage of the Toast Message, showing errors when something fails (and also info or warning) 44;
    2. Improved the Open Other Org modal (now using text boxes instead of disabled input fields);
    3. Changed Import modal to resemble Salesforce's modals 41;
    4. When a Tab is org-specific, it is shown in bold in the Setup bar 30;
    5. When saving a new Tab using the favourite button, the URL is checked to match the Salesforce Ids pattern. If the URL is found to have an Id, it is saved as org-specific automatically 30;
    6. Tabs which are org-specific but related to another org, will not be shown and their position will remain fixed 30;
    7. Context Menu Items now feature Emojis for faster recall.

    Popup
    1. When a Tab is org-specific, a checkbox next to its URL is ticked 30;
    2. Tabs which are org-specific but related to another org, will not be shown and their position will remain fixed 30.

    Updates to the repository
    1. Implemented Tab object for dealing with user's picked Tabs; 50;
    2. Removed call to background page to minify/expand/else a URL (now it's done in Tab);
    3. Implemented TabContainer object for managing the user's picked Tabs;
    4. Implemented tests for Tab and TabContainer classes;
    5. Renamed tabTitle to label for Tab objects; 50;
    6. Tests have been added to the PR and Push pipeline.

    Исходный код выпущен на условиях Только Стандартная общественная лицензия GNU v3.0

    Загрузить файл
  • Версия 1.4.4

    Выпущено 24 янв. 2025 г. - 744,86 КБ
    Работает с firefox 112.0 и выше
    This release contains various improvements which are both quality of life and new function like opening a link into another org.
    This release contains the new features listed below from the previous version.

    Popup:
    1. Drag functionality improved;
    2. Improved color theme update speed for Chrome;
    3. When not in Salesforce Setup, the button opens a new tab into the same browser container.
    4. Uses background scipt to minify a pasted URL;
    5. Better reacts to user input: when both title and URL are filled in, creates a new row but when this is no longer true, the row gets deleted;
    6. Implemented warning when the URL inserted is already been saved before;
    7. Actually removes the `disabled` attribute instead of setting it to false (Chrome did not like it).

    Salesforce Page:
    1. Drag functionality improved;
    2. Uses background scipt to minify a pasted URL;
    3. Implemented warning when the URL inserted is already been saved before;
    4. Implemented context menu items to simplify use of the extension (honorable mentions: "Open in another Org", "Make first/last", "Remove tabs to the left/right");
    5. During import, if an issue occurs, a toast message is shown explainig the error;
    6. During import, if the user imports some duplicates willingly, a toast message is shown to let them know about it;
    7. First implementation of Salesforce's modals (can be seen when trying to open a link or page in another Org);
    8. Toast messages now have a dynamic time to persist based on how long the text inside of them is;
    9. Toast messages now come in 4 different flavours: success, info, warning, error;
    10. Saved tabs URLs which are not linked to another Salesforce Setup page, now open into a new tab by default;
    11. Updated "Flows" default tab to the new Standard App (outside of Salesforce Setup);

    Исходный код выпущен на условиях Только Стандартная общественная лицензия GNU v3.0

    Загрузить файл
  • Версия 1.4.3

    Выпущено 23 янв. 2025 г. - 743,93 КБ
    Работает с firefox 112.0 и выше
    This release contains various improvements which are both quality of life and new function like opening a link into another org.
    This release contains the new features listed below from the previous version.

    Popup:
    1. Drag functionality improved;
    2. Improved color theme update speed for Chrome;
    3. When not in Salesforce Setup, the button opens a new tab into the same browser container.
    4. Uses background scipt to minify a pasted URL;
    5. Better reacts to user input: when both title and URL are filled in, creates a new row but when this is no longer true, the row gets deleted;
    6. Implemented warning when the URL inserted is already been saved before;
    7. Actually removes the `disabled` attribute instead of setting it to false (Chrome did not like it).

    Salesforce Page:
    1. Drag functionality improved;
    2. Uses background scipt to minify a pasted URL;
    3. Implemented warning when the URL inserted is already been saved before;
    4. Implemented context menu items to simplify use of the extension (honorable mentions: "Open in another Org", "Make first/last", "Remove tabs to the left/right");
    5. During import, if an issue occurs, a toast message is shown explainig the error;
    6. During import, if the user imports some duplicates willingly, a toast message is shown to let them know about it;
    7. First implementation of Salesforce's modals (can be seen when trying to open a link or page in another Org);
    8. Toast messages now have a dynamic time to persist based on how long the text inside of them is;
    9. Toast messages now come in 4 different flavours: success, info, warning, error;
    10. Saved tabs URLs which are not linked to another Salesforce Setup page, now open into a new tab by default;
    11. Updated "Flows" default tab to the new Standard App (outside of Salesforce Setup);

    Исходный код выпущен на условиях Только Стандартная общественная лицензия GNU v3.0

    Загрузить файл
  • Версия 1.4.2

    Выпущено 22 янв. 2025 г. - 743,87 КБ
    Работает с firefox 112.0 и выше
    This release contains various improvements which are both quality of life and new function like opening a link into another org.
    This release contains the new features listed below from the previous version.

    Popup:
    1. Drag functionality improved;
    2. Improved color theme update speed for Chrome;
    3. When not in Salesforce Setup, the button opens a new tab into the same browser container.
    4. Uses background scipt to minify a pasted URL;
    5. Better reacts to user input: when both title and URL are filled in, creates a new row but when this is no longer true, the row gets deleted;
    6. Implemented warning when the URL inserted is already been saved before;
    7. Actually removes the `disabled` attribute instead of setting it to false (Chrome did not like it).

    Salesforce Page:
    1. Drag functionality improved;
    2. Uses background scipt to minify a pasted URL;
    3. Implemented warning when the URL inserted is already been saved before;
    4. Implemented context menu items to simplify use of the extension (honorable mentions: "Open in another Org", "Make first/last", "Remove tabs to the left/right");
    5. During import, if an issue occurs, a toast message is shown explainig the error;
    6. During import, if the user imports some duplicates willingly, a toast message is shown to let them know about it;
    7. First implementation of Salesforce's modals (can be seen when trying to open a link or page in another Org);
    8. Toast messages now have a dynamic time to persist based on how long the text inside of them is;
    9. Toast messages now come in 4 different flavours: success, info, warning, error;
    10. Saved tabs URLs which are not linked to another Salesforce Setup page, now open into a new tab by default;
    11. Updated "Flows" default tab to the new Standard App (outside of Salesforce Setup);

    Исходный код выпущен на условиях Только Стандартная общественная лицензия GNU v3.0

    Загрузить файл
  • Версия 1.4.1

    Выпущено 12 янв. 2025 г. - 731,56 КБ
    Работает с firefox 112.0 и выше
    # [v1.4.1] Release Notes

    This release contains updates to the repository after the initial release on the various platforms and some quality of life improvements.

    ## New Functionality

    This release contains the new features listed below from the previous version.

    ### Popup

    1. Updated button colors on light and dark modes

    ### Salesforce

    1. Import check of the chosen file;
    2. Error popup on import error;
    3. Ability scroll with mouse left-right when adding a lot of tabs;
    4. Ability to override currently favourited tabs during import operation;
    5. Now using Lightning Navigation when switching to another Setup page.

    ## Updates to the repository

    1. Updated links to the stores;
    2. Updated `gh` command used in action;
    3. Removed BSD license after talking to [walters954](https://www.github.com/walters954) (the owner of the upstream repo);
    4. Added screenshots of the extension in action (also used on the marketplaces).

    Исходный код выпущен на условиях Только Стандартная общественная лицензия GNU v3.0

    Загрузить файл
  • Версия 1.4.0

    Выпущено 7 янв. 2025 г. - 730,13 КБ
    Работает с firefox 112.0 и выше

    Исходный код выпущен на условиях Только Стандартная общественная лицензия GNU v3.0

    Загрузить файл
Перейти на домашнюю страницу Mozilla

Дополнения

  • О сайте
  • Блог дополнений для Firefox
  • Мастерская расширений
  • Центр разработчика
  • Политики разработчика
  • Блог Сообщества
  • Форум
  • Сообщить об ошибке
  • Руководство по написанию отзывов

Браузеры

  • Desktop
  • Mobile
  • Enterprise

Продукты

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Twitter (@firefox)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • Приватность
  • Куки
  • Юридическая информация

За исключением случаев, описанных здесь, содержимое этого сайта лицензировано на условиях лицензии Creative Commons «Атрибуция — На тех же условиях» версии 3.0 или любой более поздней версии.